diff options
author | 2025-03-08 23:00:05 +0800 | |
---|---|---|
committer | 2025-03-08 23:00:05 +0800 | |
commit | e558676b763b33030cbf93d8238984aa4c01c6fa (patch) | |
tree | bc32abdc4fd25a5ffbad9446807f6fb17a6bd978 /net/ipv4/udp_bpf.c | |
parent | a07bb8fd1299070229f0e8f3dcb57ffd5ef9870a (diff) | |
download | ohosKernel-e558676b763b33030cbf93d8238984aa4c01c6fa.tar.gz ohosKernel-e558676b763b33030cbf93d8238984aa4c01c6fa.zip |
The first runnable qcc by Lingang Li
Diffstat (limited to '')
-rw-r--r-- | net/ipv4/udp_bpf.c | 1 |
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 | ||
8 | enum { | 9 | enum { |
9 | UDP_BPF_IPV4, | 10 | UDP_BPF_IPV4, |