aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp_bpf.c
diff options
context:
space:
mode:
authorWe-unite <3205135446@qq.com>2025-03-08 23:00:05 +0800
committerWe-unite <3205135446@qq.com>2025-03-08 23:00:05 +0800
commite558676b763b33030cbf93d8238984aa4c01c6fa (patch)
treebc32abdc4fd25a5ffbad9446807f6fb17a6bd978 /net/ipv4/udp_bpf.c
parenta07bb8fd1299070229f0e8f3dcb57ffd5ef9870a (diff)
downloadohosKernel-e558676b763b33030cbf93d8238984aa4c01c6fa.tar.gz
ohosKernel-e558676b763b33030cbf93d8238984aa4c01c6fa.zip
The first runnable qcc by Lingang Li
Diffstat (limited to '')
-rw-r--r--net/ipv4/udp_bpf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/udp_bpf.c b/net/ipv4/udp_bpf.c
index 69c9663f9..487d74126 100644
--- a/net/ipv4/udp_bpf.c
+++ b/net/ipv4/udp_bpf.c
@@ -4,6 +4,7 @@
4#include <linux/skmsg.h> 4#include <linux/skmsg.h>
5#include <net/sock.h> 5#include <net/sock.h>
6#include <net/udp.h> 6#include <net/udp.h>
7#include <linux/bpf.h>
7 8
8enum { 9enum {
9 UDP_BPF_IPV4, 10 UDP_BPF_IPV4,