Searched refs:bpf_prog_run_generic_xdp (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/kernel/bpf/ |
| H A D | cpumap.c | 148 act = bpf_prog_run_generic_xdp(skb, &xdp, rcpu->prog); in cpu_map_bpf_prog_run_skb()
|
| H A D | devmap.c | 515 act = bpf_prog_run_generic_xdp(skb, &xdp, dst->xdp_prog); in dev_map_bpf_prog_run_skb()
|
| /linux-6.15/include/linux/ |
| H A D | netdevice.h | 4133 u32 bpf_prog_run_generic_xdp(struct sk_buff *skb, struct xdp_buff *xdp,
|
| /linux-6.15/net/core/ |
| H A D | dev.c | 5133 u32 bpf_prog_run_generic_xdp(struct sk_buff *skb, struct xdp_buff *xdp, in bpf_prog_run_generic_xdp() function 5286 act = bpf_prog_run_generic_xdp(*pskb, xdp, xdp_prog); in netif_receive_generic_xdp()
|