opt_xdp_bind_flags 70 samples/bpf/xdpsock_user.c static u32 opt_xdp_bind_flags = XDP_USE_NEED_WAKEUP; opt_xdp_bind_flags 74 samples/bpf/xdpsock_user.c static u32 opt_xdp_bind_flags; opt_xdp_bind_flags 327 samples/bpf/xdpsock_user.c cfg.bind_flags = opt_xdp_bind_flags; opt_xdp_bind_flags 427 samples/bpf/xdpsock_user.c opt_xdp_bind_flags |= XDP_COPY; opt_xdp_bind_flags 436 samples/bpf/xdpsock_user.c opt_xdp_bind_flags |= XDP_ZEROCOPY; opt_xdp_bind_flags 439 samples/bpf/xdpsock_user.c opt_xdp_bind_flags |= XDP_COPY; opt_xdp_bind_flags 453 samples/bpf/xdpsock_user.c opt_xdp_bind_flags &= ~XDP_USE_NEED_WAKEUP;