Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dif_xdp.h77 #define XDP_UMEM_REG 4 macro
/linux/tools/include/uapi/linux/
H A Dif_xdp.h77 #define XDP_UMEM_REG 4 macro
/linux/tools/testing/selftests/drivers/net/
H A Dxdp_helper.c
/linux/Documentation/networking/
H A Dxsk-tx-metadata.rst67 ``XDP_UMEM_TX_SW_CSUM`` flag to ``XDP_UMEM_REG`` UMEM registration call.
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
414 XDP_UMEM_REG setsockopt
/linux/tools/testing/selftests/bpf/
H A Dxsk.c259 err = setsockopt(umem->fd, SOL_XDP, XDP_UMEM_REG, &mr, sizeof(mr)); in xsk_umem__create()
/linux/net/xdp/
H A Dxsk.c1623 case XDP_UMEM_REG: in xsk_setsockopt()