Home
last modified time | relevance | path

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

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