Searched refs:XDP_COPY (Results 1 – 8 of 8) sorted by relevance
17 #define XDP_COPY (1 << 1) /* Force copy-mode */ macro
173 force_copy = flags & XDP_COPY; in xp_assign_dev()257 flags = umem->zc ? XDP_ZEROCOPY : XDP_COPY; in xp_assign_dev_shared()
1163 if (flags & ~(XDP_SHARED_UMEM | XDP_COPY | XDP_ZEROCOPY | in xsk_bind()1195 if ((flags & XDP_COPY) || (flags & XDP_ZEROCOPY) || in xsk_bind()
65 .bind_flags = XDP_COPY, in open_xsk()
625 bind_flags |= XDP_COPY; in read_args()
555 ifobj->bind_flags |= XDP_COPY; in test_spec_init()
246 XDP_COPY and XDP_ZEROCOPY bind flags253 pass the XDP_COPY flag to the bind call, the kernel will force the