We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00e6d6a + 29ab31e commit 59a0f83Copy full SHA for 59a0f83
libc-test/semver/linux.txt
@@ -2084,6 +2084,7 @@ PACKET_FANOUT_QM
2084
PACKET_FANOUT_RND
2085
PACKET_FANOUT_ROLLOVER
2086
PACKET_HOST
2087
+PACKET_IGNORE_OUTGOING
2088
PACKET_KERNEL
2089
PACKET_LOOPBACK
2090
PACKET_LOSS
src/unix/linux_like/linux/mod.rs
@@ -3800,6 +3800,7 @@ pub const PACKET_LOSS: c_int = 14;
3800
pub const PACKET_TIMESTAMP: c_int = 17;
3801
pub const PACKET_FANOUT: c_int = 18;
3802
pub const PACKET_QDISC_BYPASS: c_int = 20;
3803
+pub const PACKET_IGNORE_OUTGOING: c_int = 23;
3804
3805
pub const PACKET_FANOUT_HASH: c_uint = 0;
3806
pub const PACKET_FANOUT_LB: c_uint = 1;
0 commit comments