Home
last modified time | relevance | path

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

123

/linux-6.1.9/net/core/
Ddev.h9 struct netdev_bpf;
81 typedef int (*bpf_op_t)(struct net_device *dev, struct netdev_bpf *bpf);
Dxdp.c548 struct netdev_bpf *bpf) in xdp_attachment_setup()
/linux-6.1.9/drivers/net/netdevsim/
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()
551 int nsim_bpf(struct net_device *dev, struct netdev_bpf *bpf) in nsim_bpf()
Dnetdevsim.h123 int nsim_bpf(struct net_device *dev, struct netdev_bpf *bpf);
146 static inline int nsim_bpf(struct net_device *dev, struct netdev_bpf *bpf) in nsim_bpf()
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_xdp.h23 int bnxt_xdp(struct net_device *dev, struct netdev_bpf *xdp);
Dbnxt_xdp.c447 int bnxt_xdp(struct net_device *dev, struct netdev_bpf *xdp) in bnxt_xdp()
/linux-6.1.9/drivers/net/hyperv/
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()
Dhyperv_net.h250 int netvsc_bpf(struct net_device *dev, struct netdev_bpf *bpf);
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/
Dnfp_app.h17 struct netdev_bpf;
135 struct netdev_bpf *xdp);
330 struct netdev_bpf *bpf) in nfp_app_bpf()
Dnfp_net_common.c1846 static int nfp_net_xdp_setup_drv(struct nfp_net *nn, struct netdev_bpf *bpf) in nfp_net_xdp_setup_drv()
1876 static int nfp_net_xdp_setup_hw(struct nfp_net *nn, struct netdev_bpf *bpf) in nfp_net_xdp_setup_hw()
1888 static int nfp_net_xdp(struct net_device *netdev, struct netdev_bpf *xdp) in nfp_net_xdp()
/linux-6.1.9/include/net/
Dxdp.h406 struct netdev_bpf;
408 struct netdev_bpf *bpf);
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/bpf/
Dmain.h576 struct netdev_bpf;
581 struct netdev_bpf *bpf);
Doffload.c425 int nfp_ndo_bpf(struct nfp_app *app, struct nfp_net *nn, struct netdev_bpf *bpf) in nfp_ndo_bpf()
/linux-6.1.9/drivers/net/ethernet/microsoft/mana/
Dmana_bpf.c212 int mana_bpf(struct net_device *ndev, struct netdev_bpf *bpf) in mana_bpf()
Dmana.h409 int mana_bpf(struct net_device *ndev, struct netdev_bpf *bpf);
/linux-6.1.9/net/xdp/
Dxsk_buff_pool.c126 struct netdev_bpf bpf; in xp_disable_drv_zc()
147 struct netdev_bpf bpf; in xp_assign_dev()
/linux-6.1.9/drivers/net/ethernet/aquantia/atlantic/
Daq_main.c484 static int aq_xdp(struct net_device *dev, struct netdev_bpf *xdp) in aq_xdp()
/linux-6.1.9/drivers/net/ethernet/sfc/siena/
Defx.c108 static int efx_xdp(struct net_device *dev, struct netdev_bpf *xdp);
642 static int efx_xdp(struct net_device *dev, struct netdev_bpf *xdp) in efx_xdp()
/linux-6.1.9/drivers/net/ethernet/freescale/enetc/
Denetc.h400 int enetc_setup_bpf(struct net_device *dev, struct netdev_bpf *xdp);
/linux-6.1.9/drivers/net/ethernet/sfc/
Defx.c105 static int efx_xdp(struct net_device *dev, struct netdev_bpf *xdp);
644 static int efx_xdp(struct net_device *dev, struct netdev_bpf *xdp) in efx_xdp()
/linux-6.1.9/drivers/net/ethernet/ti/
Dcpsw_priv.h446 int cpsw_ndo_bpf(struct net_device *ndev, struct netdev_bpf *bpf);
Dcpsw_priv.c1263 static int cpsw_xdp_prog_setup(struct cpsw_priv *priv, struct netdev_bpf *bpf) in cpsw_xdp_prog_setup()
1277 int cpsw_ndo_bpf(struct net_device *ndev, struct netdev_bpf *bpf) in cpsw_ndo_bpf()
/linux-6.1.9/drivers/net/ethernet/qlogic/qede/
Dqede.h560 int qede_xdp(struct net_device *dev, struct netdev_bpf *xdp);
/linux-6.1.9/kernel/bpf/
Doffload.c346 struct netdev_bpf data = {}; in bpf_map_offload_ndo()
/linux-6.1.9/drivers/net/ethernet/fungible/funeth/
Dfuneth_main.c1131 static int fun_xdp_setup(struct net_device *dev, struct netdev_bpf *xdp) in fun_xdp_setup()
1171 static int fun_xdp(struct net_device *dev, struct netdev_bpf *xdp) in fun_xdp()

123