Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dif_xdp.h67 #define XDP_UMEM_REG 4 macro
/openbmc/linux/include/uapi/linux/
H A Dif_xdp.h67 #define XDP_UMEM_REG 4 macro
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxsk.c256 err = setsockopt(umem->fd, SOL_XDP, XDP_UMEM_REG, &mr, sizeof(mr)); in xsk_umem__create()
/openbmc/linux/Documentation/networking/
H A Daf_xdp.rst41 registered with the kernel using the new setsockopt XDP_UMEM_REG. The
111 headroom, start address and size) by using the XDP_UMEM_REG setsockopt
418 XDP_UMEM_REG setsockopt
/openbmc/linux/net/xdp/
H A Dxsk.c1297 case XDP_UMEM_REG: in xsk_setsockopt()