Searched refs:XDP_COPY (Results 1 – 4 of 4) sorted by relevance
17 #define XDP_COPY (1 << 1) /* Force copy-mode */ macro
68 force_copy = flags & XDP_COPY; in xdp_umem_assign_dev()
423 if ((flags & XDP_COPY) || (flags & XDP_ZEROCOPY)) { in xsk_bind()
711 opt_xdp_bind_flags |= XDP_COPY; in parse_command_line()