Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dif_xdp.h43 __u32 sxdp_shared_umem_fd; member
/openbmc/linux/include/uapi/linux/
H A Dif_xdp.h43 __u32 sxdp_shared_umem_fd; member
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxsk.c672 sxdp.sxdp_shared_umem_fd = umem->fd; in xsk_socket__create_shared()
/openbmc/linux/Documentation/networking/
H A Daf_xdp.rst119 of A to struct sockaddr_xdp member sxdp_shared_umem_fd.
277 sxdp_shared_umem_fd field. You can attach an arbitrary number of extra
329 sxdp_shared_umem_fd field as you registered the UMEM on that
/openbmc/linux/net/xdp/
H A Dxsk.c1147 sock = xsk_lookup_xsk_from_fd(sxdp->sxdp_shared_umem_fd); in xsk_bind()