Searched defs:xdp_flags (Results 1 - 10 of 10) sorted by relevance

/linux-master/samples/bpf/
H A Dxdp_fwd_user.c30 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
H A Dxdp_adjust_tail_user.c28 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
H A Dxdp_tx_iptunnel_user.c25 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
H A Dxdp_sample_user.c1261 static int __sample_remove_xdp(int ifindex, __u32 prog_id, int xdp_flags) argument
1286 int ret, xdp_flags = 0; local
1372 int i = sample_xdp_cnt, ifindex, xdp_flags; local
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dxdping.c27 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
H A Dxdp_redirect_multi.c25 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
H A Dxsk.c426 int xsk_attach_xdp_program(struct bpf_program *prog, int ifindex, u32 xdp_flags) argument
434 void xsk_detach_xdp_program(int ifindex, u32 xdp_flags) argument
/linux-master/tools/lib/bpf/
H A Dnetlink.c431 int bpf_xdp_query(int ifindex, int xdp_flags, struct bpf_xdp_query_opts *opts) argument
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c1220 int xdp_flags = 0; local
/linux-master/net/core/
H A Drtnetlink.c3074 u32 xdp_flags = 0; local

Completed in 240 milliseconds