Home
last modified time | relevance | path

Searched refs:netdev_bpf (Results 1 – 25 of 58) sorted by relevance

123

/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_xdp.c9 static int lan966x_xdp_setup(struct net_device *dev, struct netdev_bpf *xdp) in lan966x_xdp_setup()
43 int lan966x_xdp(struct net_device *dev, struct netdev_bpf *xdp) in lan966x_xdp()
/linux/drivers/net/netdevsim/
H A Dbpf.c180 static int nsim_xdp_offload_prog(struct netdevsim *ns, struct netdev_bpf *bpf) in nsim_xdp_offload_prog()
193 nsim_xdp_set_prog(struct netdevsim *ns, struct netdev_bpf *bpf, in nsim_xdp_set_prog()
293 static int nsim_setup_prog_checks(struct netdevsim *ns, struct netdev_bpf *bpf) in nsim_setup_prog_checks()
307 nsim_setup_prog_hw_checks(struct netdevsim *ns, struct netdev_bpf *bpf) in nsim_setup_prog_hw_checks()
547 int nsim_bpf(struct net_device *dev, struct netdev_bpf *bpf) in nsim_bpf()
H A Dnetdevsim.h159 int nsim_bpf(struct net_device *dev, struct netdev_bpf *bpf);
182 static inline int nsim_bpf(struct net_device *dev, struct netdev_bpf *bpf) in nsim_bpf()
/linux/drivers/net/vmxnet3/
H A Dvmxnet3_xdp.h26 int vmxnet3_xdp(struct net_device *netdev, struct netdev_bpf *bpf);
H A Dvmxnet3_xdp.c37 vmxnet3_xdp_set(struct net_device *netdev, struct netdev_bpf *bpf, in vmxnet3_xdp_set()
102 vmxnet3_xdp(struct net_device *netdev, struct netdev_bpf *bpf) in vmxnet3_xdp()
/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_app.h17 struct netdev_bpf;
135 struct netdev_bpf *xdp);
330 struct netdev_bpf *bpf) in nfp_app_bpf()
/linux/drivers/net/hyperv/
H A Dnetvsc_bpf.c167 struct netdev_bpf xdp; in netvsc_vf_setxdp()
194 int netvsc_bpf(struct net_device *dev, struct netdev_bpf *bpf) in netvsc_bpf()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_xdp.h23 int bnxt_xdp(struct net_device *dev, struct netdev_bpf *xdp);
H A Dbnxt_xdp.c448 int bnxt_xdp(struct net_device *dev, struct netdev_bpf *xdp) in bnxt_xdp()
/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h576 struct netdev_bpf;
581 struct netdev_bpf *bpf);
H A Doffload.c425 int nfp_ndo_bpf(struct nfp_app *app, struct nfp_net *nn, struct netdev_bpf *bpf) in nfp_ndo_bpf()
/linux/drivers/net/ethernet/amazon/ena/
H A Dena_xdp.h44 int ena_xdp(struct net_device *netdev, struct netdev_bpf *bpf);
H A Dena_xdp.c288 static int ena_xdp_set(struct net_device *netdev, struct netdev_bpf *bpf) in ena_xdp_set()
356 int ena_xdp(struct net_device *netdev, struct netdev_bpf *bpf) in ena_xdp()
/linux/include/net/
H A Dxdp.h385 struct netdev_bpf;
387 struct netdev_bpf *bpf);
/linux/net/core/
H A Ddev.h85 typedef int (*bpf_op_t)(struct net_device *dev, struct netdev_bpf *bpf);
H A Dxdp.c532 struct netdev_bpf *bpf) in xdp_attachment_setup()
/linux/drivers/net/ethernet/microsoft/mana/
H A Dmana_bpf.c212 int mana_bpf(struct net_device *ndev, struct netdev_bpf *bpf) in mana_bpf()
/linux/net/xdp/
H A Dxsk_buff_pool.c142 struct netdev_bpf bpf; in xp_disable_drv_zc()
167 struct netdev_bpf bpf; in xp_assign_dev()
/linux/drivers/net/ethernet/sfc/siena/
H A Defx.c107 static int efx_xdp(struct net_device *dev, struct netdev_bpf *xdp);
655 static int efx_xdp(struct net_device *dev, struct netdev_bpf *xdp) in efx_xdp()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_main.c485 static int aq_xdp(struct net_device *dev, struct netdev_bpf *xdp) in aq_xdp()
/linux/drivers/net/ethernet/sfc/
H A Defx.c105 static int efx_xdp(struct net_device *dev, struct netdev_bpf *xdp);
656 static int efx_xdp(struct net_device *dev, struct netdev_bpf *xdp) in efx_xdp()
/linux/drivers/net/ethernet/ti/
H A Dcpsw_priv.h447 int cpsw_ndo_bpf(struct net_device *ndev, struct netdev_bpf *bpf);
/linux/drivers/net/ethernet/freescale/enetc/
H A Denetc.h431 int enetc_setup_bpf(struct net_device *ndev, struct netdev_bpf *bpf);
/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede.h559 int qede_xdp(struct net_device *dev, struct netdev_bpf *xdp);
/linux/include/net/mana/
H A Dmana.h491 int mana_bpf(struct net_device *ndev, struct netdev_bpf *bpf);

123