Home
last modified time | relevance | path

Searched refs:bpf_prog_run_generic_xdp (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dcpumap.c147 act = bpf_prog_run_generic_xdp(skb, &xdp, rcpu->prog); in cpu_map_bpf_prog_run_skb()
H A Ddevmap.c504 act = bpf_prog_run_generic_xdp(skb, &xdp, dst->xdp_prog); in dev_map_bpf_prog_run_skb()
/openbmc/linux/include/linux/
H A Dnetdevice.h3911 u32 bpf_prog_run_generic_xdp(struct sk_buff *skb, struct xdp_buff *xdp,
/openbmc/linux/net/core/
H A Ddev.c4897 u32 bpf_prog_run_generic_xdp(struct sk_buff *skb, struct xdp_buff *xdp, in bpf_prog_run_generic_xdp() function
5017 act = bpf_prog_run_generic_xdp(skb, xdp, xdp_prog); in netif_receive_generic_xdp()