Searched refs:opt_xdp_bind_flags (Results 1 – 1 of 1) sorted by relevance
89 static u32 opt_xdp_bind_flags = XDP_USE_NEED_WAKEUP; variable871 cfg.bind_flags = opt_xdp_bind_flags; in xsk_configure_socket()1007 opt_xdp_bind_flags |= XDP_COPY; in parse_command_line()1016 opt_xdp_bind_flags |= XDP_ZEROCOPY; in parse_command_line()1019 opt_xdp_bind_flags |= XDP_COPY; in parse_command_line()1034 opt_xdp_bind_flags &= ~XDP_USE_NEED_WAKEUP; in parse_command_line()1140 if (opt_xdp_bind_flags & XDP_COPY) { in complete_tx_l2fwd()