Searched refs:bpf_prog (Results 51 - 75 of 260) sorted by path

1234567891011

/linux-master/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_eth.c2571 struct bpf_prog *xdp_prog;
3005 struct bpf_prog *old_prog;
H A Ddpaa_eth.h179 struct bpf_prog *xdp_prog;
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c431 struct bpf_prog *xdp_prog;
2731 static int dpaa2_eth_setup_xdp(struct net_device *dev, struct bpf_prog *prog)
2735 struct bpf_prog *old;
H A Ddpaa2-eth.h477 struct bpf_prog *prog;
613 struct bpf_prog *xdp_prog;
H A Ddpaa2-xsk.c38 struct bpf_prog *xdp_prog;
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc.c1532 struct bpf_prog *prog)
1675 struct bpf_prog *prog;
2732 struct bpf_prog *old_prog, *prog = ctx;
2762 static int enetc_setup_xdp_prog(struct net_device *ndev, struct bpf_prog *prog,
H A Denetc.h81 struct bpf_prog *prog;
383 struct bpf_prog *xdp_prog;
/linux-master/drivers/net/ethernet/freescale/
H A Dfec.h692 struct bpf_prog *xdp_prog;
H A Dfec_main.c469 struct bpf_prog *xdp_prog = READ_ONCE(fep->xdp_prog);
1593 fec_enet_run_xdp(struct fec_enet_private *fep, struct bpf_prog *prog,
1678 struct bpf_prog *xdp_prog = READ_ONCE(fep->xdp_prog);
3744 struct bpf_prog *old_prog;
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth.h147 struct bpf_prog *xdp_prog;
H A Dfuneth_main.c1077 static int fun_enter_xdp(struct net_device *dev, struct bpf_prog *prog)
1133 struct bpf_prog *old_prog, *prog = xdp->prog;
H A Dfuneth_rx.c144 struct bpf_prog *xdp_prog;
587 int fun_rxq_set_bpf(struct funeth_rxq *q, struct bpf_prog *prog)
H A Dfuneth_txrx.h78 struct bpf_prog;
189 struct bpf_prog *xdp_prog; /* optional XDP BPF program */
264 int fun_rxq_set_bpf(struct funeth_rxq *q, struct bpf_prog *prog);
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve.h706 struct bpf_prog *xdp_prog; /* XDP BPF program */
H A Dgve_main.c1506 static int gve_set_xdp(struct gve_priv *priv, struct bpf_prog *prog,
1509 struct bpf_prog *old_prog;
H A Dgve_rx.c695 struct bpf_prog *xdp_prog)
718 struct xdp_buff *orig, struct bpf_prog *xdp_prog)
751 struct xdp_buff *xdp, struct bpf_prog *xprog,
805 struct bpf_prog *xprog;
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e.h861 struct bpf_prog *xdp_prog;
H A Di40e_main.c2928 struct bpf_prog *xdp_prog)
13285 static int i40e_xdp_setup(struct i40e_vsi *vsi, struct bpf_prog *prog,
13290 struct bpf_prog *old_prog;
H A Di40e_txrx.c2265 static int i40e_run_xdp(struct i40e_ring *rx_ring, struct xdp_buff *xdp, struct bpf_prog *xdp_prog)
2448 struct bpf_prog *xdp_prog;
H A Di40e_txrx.h331 struct bpf_prog *xdp_prog;
H A Di40e_xsk.c198 struct bpf_prog *xdp_prog)
439 struct bpf_prog *xdp_prog;
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice.h410 struct bpf_prog *xdp_prog;
924 int ice_prepare_xdp_rings(struct ice_vsi *vsi, struct bpf_prog *prog);
H A Dice_main.c2697 static void ice_vsi_assign_bpf_prog(struct ice_vsi *vsi, struct bpf_prog *prog)
2699 struct bpf_prog *old_prog;
2717 int ice_prepare_xdp_rings(struct ice_vsi *vsi, struct bpf_prog *prog)
2813 * the bpf_prog refcount issues as we would be swapping same
2814 * bpf_prog pointers from vsi->xdp_prog and calling bpf_prog_put
2977 ice_xdp_setup_prog(struct ice_vsi *vsi, struct bpf_prog *prog,
7737 struct bpf_prog *prog;
H A Dice_txrx.c561 struct bpf_prog *xdp_prog, struct ice_tx_ring *xdp_ring,
1155 struct bpf_prog *xdp_prog = NULL;
H A Dice_txrx.h344 struct bpf_prog *xdp_prog;

Completed in 511 milliseconds

1234567891011