Function rustix::backend::net::syscalls::bind_xdp

source ยท
pub(crate) fn bind_xdp(fd: BorrowedFd<'_>, addr: &SocketAddrXdp) -> Result<()>