Searched refs:XDP_COPY (Results 1 – 6 of 6) sorted by relevance
17 #define XDP_COPY (1 << 1) /* Force copy-mode */ macro
153 force_copy = flags & XDP_COPY; in xp_assign_dev()225 flags = umem->zc ? XDP_ZEROCOPY : XDP_COPY; in xp_assign_dev_shared()
891 if (flags & ~(XDP_SHARED_UMEM | XDP_COPY | XDP_ZEROCOPY | in xsk_bind()919 if ((flags & XDP_COPY) || (flags & XDP_ZEROCOPY) || in xsk_bind()
246 XDP_COPY and XDP_ZEROCOPY bind flags253 pass the XDP_COPY flag to the bind call, the kernel will force the
551 ifobj->bind_flags |= XDP_COPY; in test_spec_init()