Home
last modified time | relevance | path

Searched refs:AF_XDP (Results 1 – 5 of 5) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dlinux-musl.txt4 AF_XDP
H A Dlinux-gnu.txt19 AF_XDP
/rust-libc-0.2.174/src/unix/linux_like/linux/musl/
H A Dmod.rs714 pub const AF_XDP: c_int = 44; constant
719 pub const PF_XDP: c_int = AF_XDP;
/rust-libc-0.2.174/src/unix/linux_like/linux/gnu/
H A Dmod.rs700 pub const AF_XDP: c_int = 44; constant
705 pub const PF_XDP: c_int = AF_XDP;
/rust-libc-0.2.174/
H A DCHANGELOG.md133 - Linux: Add `AF_XDP` structs for all Linux environments ([#4163](https://github.com/rust-lang/libc…
314 - Linux: add missing AF_XDP structs & constants <https://github.com/rust-lang/libc/pull/3956>