Home
last modified time | relevance | path

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

/Linux-v6.6/tools/include/uapi/linux/
Dif_xdp.h95 #define XDP_OPTIONS_ZEROCOPY (1 << 0) macro
/Linux-v6.6/include/uapi/linux/
Dif_xdp.h95 #define XDP_OPTIONS_ZEROCOPY (1 << 0) macro
/Linux-v6.6/net/xdp/
Dxsk.c1486 opts.flags |= XDP_OPTIONS_ZEROCOPY; in xsk_getsockopt()
/Linux-v6.6/Documentation/networking/
Daf_xdp.rst463 XDP_OPTIONS_ZEROCOPY which tells you if zero-copy is on or not.