Home
last modified time | relevance | path

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

/Linux-v6.1/tools/include/uapi/linux/
Dif_xdp.h17 #define XDP_COPY (1 << 1) /* Force copy-mode */ macro
/Linux-v6.1/include/uapi/linux/
Dif_xdp.h17 #define XDP_COPY (1 << 1) /* Force copy-mode */ macro
/Linux-v6.1/net/xdp/
Dxsk_buff_pool.c153 force_copy = flags & XDP_COPY; in xp_assign_dev()
225 flags = umem->zc ? XDP_ZEROCOPY : XDP_COPY; in xp_assign_dev_shared()
Dxsk.c891 if (flags & ~(XDP_SHARED_UMEM | XDP_COPY | XDP_ZEROCOPY | in xsk_bind()
919 if ((flags & XDP_COPY) || (flags & XDP_ZEROCOPY) || in xsk_bind()
/Linux-v6.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
/Linux-v6.1/tools/testing/selftests/bpf/
Dxskxceiver.c551 ifobj->bind_flags |= XDP_COPY; in test_spec_init()