Home
last modified time | relevance | path

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

/linux-5.19.10/tools/include/uapi/linux/
Dif_xdp.h17 #define XDP_COPY (1 << 1) /* Force copy-mode */ macro
/linux-5.19.10/include/uapi/linux/
Dif_xdp.h17 #define XDP_COPY (1 << 1) /* Force copy-mode */ macro
/linux-5.19.10/net/xdp/
Dxsk_buff_pool.c153 force_copy = flags & XDP_COPY; in xp_assign_dev()
224 flags = umem->zc ? XDP_ZEROCOPY : XDP_COPY; in xp_assign_dev_shared()
Dxsk.c888 if (flags & ~(XDP_SHARED_UMEM | XDP_COPY | XDP_ZEROCOPY | in xsk_bind()
916 if ((flags & XDP_COPY) || (flags & XDP_ZEROCOPY) || in xsk_bind()
/linux-5.19.10/samples/bpf/
Dxdpsock_user.c1181 opt_xdp_bind_flags |= XDP_COPY; in parse_command_line()
1204 opt_xdp_bind_flags |= XDP_COPY; in parse_command_line()
1368 if (opt_xdp_bind_flags & XDP_COPY) { in complete_tx_l2fwd()
/linux-5.19.10/Documentation/networking/
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-5.19.10/tools/testing/selftests/bpf/
Dxdpxceiver.c477 ifobj->bind_flags = XDP_USE_NEED_WAKEUP | XDP_COPY; in test_spec_init()