Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dif_xdp.h89 #define XDP_OPTIONS_ZEROCOPY (1 << 0) macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_xdp.h89 #define XDP_OPTIONS_ZEROCOPY (1 << 0) macro
/OK3568_Linux_fs/kernel/net/xdp/
H A Dxsk.c1048 opts.flags |= XDP_OPTIONS_ZEROCOPY; in xsk_getsockopt()
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Daf_xdp.rst454 XDP_OPTIONS_ZEROCOPY which tells you if zero-copy is on or not.