Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dif_xdp.h17 #define XDP_COPY (1 << 1) /* Force copy-mode */ macro
/openbmc/linux/include/uapi/linux/
H A Dif_xdp.h17 #define XDP_COPY (1 << 1) /* Force copy-mode */ macro
/openbmc/linux/net/xdp/
H A Dxsk_buff_pool.c159 force_copy = flags & XDP_COPY; in xp_assign_dev()
238 flags = umem->zc ? XDP_ZEROCOPY : XDP_COPY; in xp_assign_dev_shared()
H A Dxsk.c1102 if (flags & ~(XDP_SHARED_UMEM | XDP_COPY | XDP_ZEROCOPY | in xsk_bind()
1134 if ((flags & XDP_COPY) || (flags & XDP_ZEROCOPY) || in xsk_bind()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_metadata.c53 .bind_flags = XDP_COPY, in open_xsk()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdp_hw_metadata.c63 .bind_flags = XDP_COPY, in open_xsk()
H A Dxskxceiver.c449 ifobj->bind_flags |= XDP_COPY; in test_spec_init()
/openbmc/qemu/net/
H A Daf-xdp.c355 cfg.bind_flags |= XDP_COPY; in af_xdp_socket_create()
/openbmc/linux/Documentation/networking/
H 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