Constant rustix::net::xdp::XSK_UNALIGNED_BUF_ADDR_MASK
source ยท pub const XSK_UNALIGNED_BUF_ADDR_MASK: u64 = c::XSK_UNALIGNED_BUF_ADDR_MASK; // 281_474_976_710_655u64
Expand description
Mask used to binary and
the XdpDesc
addr to extract the address
without the offset carried in the upper 16 bits of the address in
unaligned mode.