Home
last modified time | relevance | path

Searched defs:xdp_flags (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/samples/bpf/
H A Dxdp_fwd_user.c30 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
H A Dxdp1_user.c22 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
H A Dxdp_adjust_tail_user.c29 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
H A Dxdp_redirect_map_user.c28 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
H A Dxdp_redirect_user.c28 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
H A Dxdp_sample_pkts_user.c23 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
H A Dxdp_tx_iptunnel_user.c26 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
H A Dxdp_rxq_info_user.c34 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
H A Dxdp_redirect_cpu_user.c38 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dxdping.c27 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dxsk.h211 __u32 xdp_flags; member
/OK3568_Linux_fs/kernel/net/core/
H A Drtnetlink.c2889 u32 xdp_flags = 0; in do_setlink() local