Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
A Dif_xdp.h17 #define XDP_COPY (1 << 1) /* Force copy-mode */ macro
/linux/include/uapi/linux/
A Dif_xdp.h17 #define XDP_COPY (1 << 1) /* Force copy-mode */ macro
/linux/net/xdp/
A Dxsk_buff_pool.c138 force_copy = flags & XDP_COPY; in xp_assign_dev()
209 flags = umem->zc ? XDP_ZEROCOPY : XDP_COPY; in xp_assign_dev_shared()
A Dxsk.c857 if (flags & ~(XDP_SHARED_UMEM | XDP_COPY | XDP_ZEROCOPY | in xsk_bind()
885 if ((flags & XDP_COPY) || (flags & XDP_ZEROCOPY) || in xsk_bind()
/linux/samples/bpf/
A Dxdpsock_user.c1007 opt_xdp_bind_flags |= XDP_COPY; in parse_command_line()
1019 opt_xdp_bind_flags |= XDP_COPY; in parse_command_line()
1140 if (opt_xdp_bind_flags & XDP_COPY) { in complete_tx_l2fwd()
/linux/Documentation/networking/
A Daf_xdp.rst246 XDP_COPY and XDP_ZEROCOPY bind flags
253 pass the XDP_COPY flag to the bind call, the kernel will force the
/linux/tools/testing/selftests/bpf/
A Dxdpxceiver.c433 ifobj->bind_flags = XDP_USE_NEED_WAKEUP | XDP_COPY; in test_spec_init()

Completed in 16 milliseconds