Home
last modified time | relevance | path

Searched refs:XDP_SHARED_UMEM (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dif_xdp.h16 #define XDP_SHARED_UMEM (1 << 0) macro
/Linux-v4.19/Documentation/networking/
Daf_xdp.rst59 corresponding two rings, sets the XDP_SHARED_UMEM flag in the bind
112 the next socket B can do this by setting the XDP_SHARED_UMEM flag in
/Linux-v4.19/net/xdp/
Dxsk.c419 if (flags & XDP_SHARED_UMEM) { in xsk_bind()
/Linux-v4.19/samples/bpf/
Dxdpsock_user.c552 sxdp.sxdp_flags = XDP_SHARED_UMEM; in xsk_configure()