Searched refs:bpf_prog_run_generic_xdp (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/kernel/bpf/ |
D | cpumap.c | 182 act = bpf_prog_run_generic_xdp(skb, &xdp, rcpu->prog); in cpu_map_bpf_prog_run_skb()
|
D | devmap.c | 504 act = bpf_prog_run_generic_xdp(skb, &xdp, dst->xdp_prog); in dev_map_bpf_prog_run_skb()
|
/Linux-v5.15/include/linux/ |
D | netdevice.h | 4000 u32 bpf_prog_run_generic_xdp(struct sk_buff *skb, struct xdp_buff *xdp,
|
/Linux-v5.15/net/core/ |
D | dev.c | 4683 u32 bpf_prog_run_generic_xdp(struct sk_buff *skb, struct xdp_buff *xdp, in bpf_prog_run_generic_xdp() function 4803 act = bpf_prog_run_generic_xdp(skb, xdp, xdp_prog); in netif_receive_generic_xdp()
|