devela::_dep::rustix::net::sockopt

Function get_xdp_options

pub fn get_xdp_options<Fd>(fd: Fd) -> Result<XdpOptionsFlags, Errno> 
where Fd: AsFd,
Available on crate feature dep_rustix only.
Expand description

getsockopt(fd, SOL_XDP, XDP_OPTIONS)

§References