Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/
Dif_xdp.h17 #define XDP_COPY (1 << 1) /* Force copy-mode */ macro
/linux-6.12.1/tools/include/uapi/linux/
Dif_xdp.h17 #define XDP_COPY (1 << 1) /* Force copy-mode */ macro
/linux-6.12.1/net/xdp/
Dxsk_buff_pool.c173 force_copy = flags & XDP_COPY; in xp_assign_dev()
257 flags = umem->zc ? XDP_ZEROCOPY : XDP_COPY; in xp_assign_dev_shared()
Dxsk.c1163 if (flags & ~(XDP_SHARED_UMEM | XDP_COPY | XDP_ZEROCOPY | in xsk_bind()
1195 if ((flags & XDP_COPY) || (flags & XDP_ZEROCOPY) || in xsk_bind()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dxdp_metadata.c65 .bind_flags = XDP_COPY, in open_xsk()
/linux-6.12.1/tools/testing/selftests/bpf/
Dxdp_hw_metadata.c625 bind_flags |= XDP_COPY; in read_args()
Dxskxceiver.c555 ifobj->bind_flags |= XDP_COPY; in test_spec_init()
/linux-6.12.1/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