Home
last modified time | relevance | path

Searched refs:XDP_COPY (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dif_xdp.h10 #define XDP_COPY (1 << 1) macro
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dif_xdp.h17 #define XDP_COPY (1 << 1) /* Force copy-mode */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dif_xdp.h23 #define XDP_COPY (1 << 1) macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dif_xdp.h17 #define XDP_COPY (1 << 1) /* Force copy-mode */ macro
/kernel/linux/linux-5.10/net/xdp/
Dxsk_buff_pool.c132 force_copy = flags & XDP_COPY; in __xp_assign_dev()
211 flags = umem->zc ? XDP_ZEROCOPY : XDP_COPY; in xp_assign_dev_shared()
Dxsk.c679 if (flags & ~(XDP_SHARED_UMEM | XDP_COPY | XDP_ZEROCOPY | in xsk_bind()
707 if ((flags & XDP_COPY) || (flags & XDP_ZEROCOPY) || in xsk_bind()
/kernel/linux/linux-5.10/samples/bpf/
Dxdpsock_user.c993 opt_xdp_bind_flags |= XDP_COPY; in parse_command_line()
1005 opt_xdp_bind_flags |= XDP_COPY; in parse_command_line()
1117 if (opt_xdp_bind_flags & XDP_COPY) { in complete_tx_l2fwd()
/kernel/linux/linux-5.10/Documentation/networking/
Daf_xdp.rst246 XDP_COPY and XDP_ZERO_COPY bind flags
253 pass the XDP_COPY flag to the bind call, the kernel will force the