Searched defs:xdp_flags (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/samples/bpf/ |
H A D | xdp_adjust_tail_user.c | 28 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
|
H A D | xdp_fwd_user.c | 30 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
|
H A D | xdp_tx_iptunnel_user.c | 25 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
|
H A D | xdp_sample_user.c | 1261 static int __sample_remove_xdp(int ifindex, __u32 prog_id, int xdp_flags) in __sample_remove_xdp() 1286 int ret, xdp_flags = 0; in sample_install_xdp() local 1372 int i = sample_xdp_cnt, ifindex, xdp_flags; in sample_exit() local
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xdping.c | 27 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
|
H A D | xdp_redirect_multi.c | 25 static __u32 xdp_flags = XDP_FLAGS_UPDATE_IF_NOEXIST; variable
|
H A D | xsk.c | 423 int xsk_attach_xdp_program(struct bpf_program *prog, int ifindex, u32 xdp_flags) in xsk_attach_xdp_program() 431 void xsk_detach_xdp_program(int ifindex, u32 xdp_flags) in xsk_detach_xdp_program()
|
/openbmc/qemu/net/ |
H A D | af-xdp.c | 53 uint32_t xdp_flags; member
|
/openbmc/linux/tools/lib/bpf/ |
H A D | netlink.c | 431 int bpf_xdp_query(int ifindex, int xdp_flags, struct bpf_xdp_query_opts *opts) in bpf_xdp_query()
|
/openbmc/linux/drivers/net/ethernet/amazon/ena/ |
H A D | ena_netdev.c | 1194 int xdp_flags = 0; in ena_clean_rx_irq() local
|
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | 3094 u32 xdp_flags = 0; in do_setlink() local
|