We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SOL_XDP
1 parent 9368878 commit 5901514Copy full SHA for 5901514
libc-test/semver/linux-musl.txt
@@ -23,6 +23,7 @@ PF_XDP
23
PIDFD_NONBLOCK
24
PR_SET_VMA
25
PR_SET_VMA_ANON_NAME
26
+SOL_XDP
27
XDP_SHARED_UMEM
28
XDP_COPY
29
XDP_ZEROCOPY
src/unix/linux_like/linux/musl/mod.rs
@@ -780,6 +780,8 @@ pub const TIME_ERROR: ::c_int = 5;
780
pub const TIME_BAD: ::c_int = TIME_ERROR;
781
pub const MAXTC: ::c_long = 6;
782
783
+pub const SOL_XDP: ::c_int = 283;
784
+
785
// linux/if_xdp.h
786
pub const XDP_SHARED_UMEM: ::__u16 = 1 << 0;
787
pub const XDP_COPY: ::__u16 = 1 << 1;
0 commit comments