Searched refs:xdp_prog (Results 1 – 3 of 3) sorted by relevance
268 struct bpf_prog *xdp_prog; member
2145 struct bpf_prog __rcu *xdp_prog; member2576 if (!(dev->features & NETIF_F_GRO) || dev->xdp_prog) in netif_elide_gro()4152 const struct bpf_prog *xdp_prog);4153 void generic_xdp_tx(struct sk_buff *skb, const struct bpf_prog *xdp_prog);4154 int do_xdp_generic(const struct bpf_prog *xdp_prog, struct sk_buff **pskb);
2736 const struct bpf_prog *xdp_prog);2738 const struct bpf_prog *xdp_prog,3016 const struct bpf_prog *xdp_prog) in dev_map_generic_redirect() argument3023 const struct bpf_prog *xdp_prog, in dev_map_redirect_multi() argument
Completed in 31 milliseconds