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; variable861 cfg.bind_flags = opt_xdp_bind_flags; in xsk_configure_socket()993 opt_xdp_bind_flags |= XDP_COPY; in parse_command_line()1002 opt_xdp_bind_flags |= XDP_ZEROCOPY; in parse_command_line()1005 opt_xdp_bind_flags |= XDP_COPY; in parse_command_line()1020 opt_xdp_bind_flags &= ~XDP_USE_NEED_WAKEUP; in parse_command_line()1117 if (opt_xdp_bind_flags & XDP_COPY) { in complete_tx_l2fwd()