Home
last modified time | relevance | path

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

/external/syzkaller/sys/linux/
Dsocket_xdp_arm.const20 XDP_ZEROCOPY = 4
Dsocket_xdp_386.const20 XDP_ZEROCOPY = 4
Dsocket_xdp_arm64.const20 XDP_ZEROCOPY = 4
Dsocket_xdp_amd64.const20 XDP_ZEROCOPY = 4
Dsocket_xdp_ppc64le.const20 XDP_ZEROCOPY = 4
Dsocket_xdp.txt45 sxdp_flags = XDP_SHARED_UMEM, XDP_COPY, XDP_ZEROCOPY
/external/kernel-headers/original/uapi/linux/
Dif_xdp.h18 #define XDP_ZEROCOPY (1 << 2) /* Force zero-copy mode */ macro