Searched refs:netdev_bpf (Results 1 - 25 of 62) sorted by last modified time

123

/linux-master/net/xdp/
H A Dxsk_buff_pool.c142 struct netdev_bpf bpf;
167 struct netdev_bpf bpf;
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c6725 static int stmmac_bpf(struct net_device *dev, struct netdev_bpf *bpf)
/linux-master/drivers/net/ethernet/intel/igc/
H A Digc_main.c6554 static int igc_bpf(struct net_device *dev, struct netdev_bpf *bpf)
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_main.c2276 static int tsnep_netdev_bpf(struct net_device *dev, struct netdev_bpf *bpf)
/linux-master/drivers/net/
H A Dvirtio_net.c5034 static int virtnet_xdp(struct net_device *dev, struct netdev_bpf *xdp)
H A Dxen-netfront.c1664 static int xennet_xdp(struct net_device *dev, struct netdev_bpf *xdp)
H A Dveth.c1604 static int veth_xdp(struct net_device *dev, struct netdev_bpf *xdp)
H A Dtun.c1220 static int tun_xdp(struct net_device *dev, struct netdev_bpf *xdp)
/linux-master/drivers/net/bonding/
H A Dbond_main.c2250 struct netdev_bpf xdp = {
2394 struct netdev_bpf xdp = {
5556 struct netdev_bpf xdp = {
5632 static int bond_xdp(struct net_device *dev, struct netdev_bpf *xdp)
/linux-master/net/core/
H A Ddev.c5773 static int generic_xdp_install(struct net_device *dev, struct netdev_bpf *xdp)
9339 struct netdev_bpf xdp;
H A Ddev.h85 typedef int (*bpf_op_t)(struct net_device *dev, struct netdev_bpf *bpf);
/linux-master/include/net/mana/
H A Dmana.h471 int mana_bpf(struct net_device *ndev, struct netdev_bpf *bpf);
/linux-master/include/linux/
H A Dnetdevice.h948 struct netdev_bpf { struct
1310 * int (*ndo_bpf)(struct net_device *dev, struct netdev_bpf *bpf);
1577 struct netdev_bpf *bpf);
/linux-master/drivers/net/netdevsim/
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)
/linux-master/drivers/net/ethernet/ti/
H A Dcpsw_priv.c1264 static int cpsw_xdp_prog_setup(struct cpsw_priv *priv, struct netdev_bpf *bpf)
1278 int cpsw_ndo_bpf(struct net_device *ndev, struct netdev_bpf *bpf)
H A Dam65-cpsw-nuss.c1908 static int am65_cpsw_ndo_bpf(struct net_device *ndev, struct netdev_bpf *bpf)
/linux-master/drivers/net/ethernet/qlogic/qede/
H A Dqede_filter.c1042 int qede_xdp(struct net_device *dev, struct netdev_bpf *xdp)
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c2730 static int ionic_xdp_config(struct net_device *netdev, struct netdev_bpf *bpf)
2771 static int ionic_xdp(struct net_device *netdev, struct netdev_bpf *bpf)
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_common.c2179 static int nfp_net_xdp_setup_drv(struct nfp_net *nn, struct netdev_bpf *bpf)
2209 static int nfp_net_xdp_setup_hw(struct nfp_net *nn, struct netdev_bpf *bpf)
2221 static int nfp_net_xdp(struct net_device *netdev, struct netdev_bpf *xdp)
/linux-master/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_main.h696 int lan966x_xdp(struct net_device *dev, struct netdev_bpf *xdp);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_main.c5044 static int mlx5e_xdp(struct net_device *dev, struct netdev_bpf *xdp)
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c2826 static int mlx4_xdp(struct net_device *dev, struct netdev_bpf *xdp)
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c3525 static int mtk_xdp(struct net_device *dev, struct netdev_bpf *xdp)
/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_pf.c2700 static int otx2_xdp(struct net_device *netdev, struct netdev_bpf *xdp)
/linux-master/drivers/net/ethernet/marvell/mvpp2/
H A Dmvpp2_main.c5352 static int mvpp2_xdp_setup(struct mvpp2_port *port, struct netdev_bpf *bpf)
5395 static int mvpp2_xdp(struct net_device *dev, struct netdev_bpf *xdp)

Completed in 518 milliseconds

123