Searched refs:XDP_COPY (Results 1 – 7 of 7) sorted by relevance
17 #define XDP_COPY (1 << 1) /* Force copy-mode */ macro
153 force_copy = flags & XDP_COPY; in xp_assign_dev()224 flags = umem->zc ? XDP_ZEROCOPY : XDP_COPY; in xp_assign_dev_shared()
888 if (flags & ~(XDP_SHARED_UMEM | XDP_COPY | XDP_ZEROCOPY | in xsk_bind()916 if ((flags & XDP_COPY) || (flags & XDP_ZEROCOPY) || in xsk_bind()
1181 opt_xdp_bind_flags |= XDP_COPY; in parse_command_line()1204 opt_xdp_bind_flags |= XDP_COPY; in parse_command_line()1368 if (opt_xdp_bind_flags & XDP_COPY) { in complete_tx_l2fwd()
246 XDP_COPY and XDP_ZEROCOPY bind flags253 pass the XDP_COPY flag to the bind call, the kernel will force the
477 ifobj->bind_flags = XDP_USE_NEED_WAKEUP | XDP_COPY; in test_spec_init()