Function rustix::net::sockopt::get_xdp_statistics

source ·
pub fn get_xdp_statistics<Fd: AsFd>(fd: Fd) -> Result<XdpStatistics>
Expand description

getsockopt(fd, SOL_XDP, XDP_STATISTICS)

§References