Searched refs:netdev_bpf (Results 1 - 25 of 61) sorted by relevance

123

/linux-master/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,
102 vmxnet3_xdp(struct net_device *netdev, struct netdev_bpf *bpf)
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_xdp.c9 static int lan966x_xdp_setup(struct net_device *dev, struct netdev_bpf *xdp)
43 int lan966x_xdp(struct net_device *dev, struct netdev_bpf *xdp)
H A Dlan966x_main.h696 int lan966x_xdp(struct net_device *dev, struct netdev_bpf *xdp);
/linux-master/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.c453 int bnxt_xdp(struct net_device *dev, struct netdev_bpf *xdp)
/linux-master/net/core/
H A Ddev.h10 struct netdev_bpf;
88 typedef int (*bpf_op_t)(struct net_device *dev, struct netdev_bpf *bpf);
H A Dxdp.c536 struct netdev_bpf *bpf)
/linux-master/drivers/net/hyperv/
H A Dnetvsc_bpf.c167 struct netdev_bpf xdp;
194 int netvsc_bpf(struct net_device *dev, struct netdev_bpf *bpf)
/linux-master/drivers/net/netdevsim/
H A Dbpf.c180 static int nsim_xdp_offload_prog(struct netdevsim *ns, struct netdev_bpf *bpf)
193 nsim_xdp_set_prog(struct netdevsim *ns, struct netdev_bpf *bpf,
293 static int nsim_setup_prog_checks(struct netdevsim *ns, struct netdev_bpf *bpf)
307 nsim_setup_prog_hw_checks(struct netdevsim *ns, struct netdev_bpf *bpf)
547 int nsim_bpf(struct net_device *dev, struct netdev_bpf *bpf)
H A Dnetdevsim.h149 int nsim_bpf(struct net_device *dev, struct netdev_bpf *bpf);
172 static inline int nsim_bpf(struct net_device *dev, struct netdev_bpf *bpf)
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_app.h17 struct netdev_bpf;
135 struct netdev_bpf *xdp);
330 struct netdev_bpf *bpf)
/linux-master/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)
356 int ena_xdp(struct net_device *netdev, struct netdev_bpf *bpf)
/linux-master/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)
/linux-master/include/net/
H A Dxdp.h385 struct netdev_bpf;
387 struct netdev_bpf *bpf);
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_bpf.c212 int mana_bpf(struct net_device *ndev, struct netdev_bpf *bpf)
/linux-master/net/xdp/
H A Dxsk_buff_pool.c142 struct netdev_bpf bpf;
167 struct netdev_bpf bpf;
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_main.c485 static int aq_xdp(struct net_device *dev, struct netdev_bpf *xdp)
/linux-master/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)
/linux-master/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)
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede.h559 int qede_xdp(struct net_device *dev, struct netdev_bpf *xdp);
/linux-master/drivers/net/ethernet/freescale/enetc/
H A Denetc.h434 int enetc_setup_bpf(struct net_device *ndev, struct netdev_bpf *bpf);
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw_priv.h447 int cpsw_ndo_bpf(struct net_device *ndev, struct netdev_bpf *bpf);

Completed in 385 milliseconds

123