| /Linux-v5.15/drivers/net/hyperv/ |
| D | netvsc_bpf.c | 139 struct netdev_bpf xdp; in netvsc_vf_setxdp() 168 int netvsc_bpf(struct net_device *dev, struct netdev_bpf *bpf) in netvsc_bpf()
|
| D | hyperv_net.h | 247 int netvsc_bpf(struct net_device *dev, struct netdev_bpf *bpf);
|
| /Linux-v5.15/drivers/net/netdevsim/ |
| D | bpf.c | 180 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() 548 int nsim_bpf(struct net_device *dev, struct netdev_bpf *bpf) in nsim_bpf()
|
| D | netdevsim.h | 122 int nsim_bpf(struct net_device *dev, struct netdev_bpf *bpf); 145 static inline int nsim_bpf(struct net_device *dev, struct netdev_bpf *bpf) in nsim_bpf()
|
| /Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/ |
| D | bnxt_xdp.h | 20 int bnxt_xdp(struct net_device *dev, struct netdev_bpf *xdp);
|
| D | bnxt_xdp.c | 315 int bnxt_xdp(struct net_device *dev, struct netdev_bpf *xdp) in bnxt_xdp()
|
| /Linux-v5.15/include/net/ |
| D | xdp.h | 289 struct netdev_bpf; 291 struct netdev_bpf *bpf);
|
| /Linux-v5.15/drivers/net/ethernet/netronome/nfp/ |
| D | nfp_app.h | 17 struct netdev_bpf; 135 struct netdev_bpf *xdp); 320 struct netdev_bpf *bpf) in nfp_app_bpf()
|
| D | nfp_net_common.c | 3672 static int nfp_net_xdp_setup_drv(struct nfp_net *nn, struct netdev_bpf *bpf) in nfp_net_xdp_setup_drv() 3702 static int nfp_net_xdp_setup_hw(struct nfp_net *nn, struct netdev_bpf *bpf) in nfp_net_xdp_setup_hw() 3714 static int nfp_net_xdp(struct net_device *netdev, struct netdev_bpf *xdp) in nfp_net_xdp()
|
| /Linux-v5.15/drivers/net/ethernet/netronome/nfp/bpf/ |
| D | main.h | 576 struct netdev_bpf; 581 struct netdev_bpf *bpf);
|
| D | offload.c | 425 int nfp_ndo_bpf(struct nfp_app *app, struct nfp_net *nn, struct netdev_bpf *bpf) in nfp_ndo_bpf()
|
| /Linux-v5.15/net/xdp/ |
| D | xsk_buff_pool.c | 105 struct netdev_bpf bpf; in xp_disable_drv_zc() 126 struct netdev_bpf bpf; in xp_assign_dev()
|
| /Linux-v5.15/drivers/net/ethernet/freescale/enetc/ |
| D | enetc.h | 393 int enetc_setup_bpf(struct net_device *dev, struct netdev_bpf *xdp);
|
| /Linux-v5.15/drivers/net/ethernet/sfc/ |
| D | efx.c | 104 static int efx_xdp(struct net_device *dev, struct netdev_bpf *xdp); 646 static int efx_xdp(struct net_device *dev, struct netdev_bpf *xdp) in efx_xdp()
|
| /Linux-v5.15/drivers/net/ethernet/ti/ |
| D | cpsw_priv.h | 439 int cpsw_ndo_bpf(struct net_device *ndev, struct netdev_bpf *bpf);
|
| D | cpsw_priv.c | 1261 static int cpsw_xdp_prog_setup(struct cpsw_priv *priv, struct netdev_bpf *bpf) in cpsw_xdp_prog_setup() 1275 int cpsw_ndo_bpf(struct net_device *ndev, struct netdev_bpf *bpf) in cpsw_ndo_bpf()
|
| /Linux-v5.15/net/core/ |
| D | xdp.c | 464 struct netdev_bpf *bpf) in xdp_attachment_setup()
|
| /Linux-v5.15/drivers/net/ethernet/qlogic/qede/ |
| D | qede.h | 560 int qede_xdp(struct net_device *dev, struct netdev_bpf *xdp);
|
| D | qede_filter.c | 1044 int qede_xdp(struct net_device *dev, struct netdev_bpf *xdp) in qede_xdp()
|
| /Linux-v5.15/kernel/bpf/ |
| D | offload.c | 349 struct netdev_bpf data = {}; in bpf_map_offload_ndo()
|
| /Linux-v5.15/drivers/net/bonding/ |
| D | bond_main.c | 2173 struct netdev_bpf xdp = { in bond_enslave() 2317 struct netdev_bpf xdp = { in __bond_release_one() 5183 struct netdev_bpf xdp = { in bond_xdp_set() 5259 static int bond_xdp(struct net_device *dev, struct netdev_bpf *xdp) in bond_xdp()
|
| /Linux-v5.15/include/linux/ |
| D | netdevice.h | 958 struct netdev_bpf { struct 1552 struct netdev_bpf *bpf); 4089 typedef int (*bpf_op_t)(struct net_device *dev, struct netdev_bpf *bpf);
|
| /Linux-v5.15/drivers/net/ethernet/freescale/dpaa/ |
| D | dpaa_eth.c | 3031 static int dpaa_setup_xdp(struct net_device *net_dev, struct netdev_bpf *bpf) in dpaa_setup_xdp() 3064 static int dpaa_xdp(struct net_device *net_dev, struct netdev_bpf *xdp) in dpaa_xdp()
|
| /Linux-v5.15/drivers/net/ |
| D | veth.c | 1519 static int veth_xdp(struct net_device *dev, struct netdev_bpf *xdp) in veth_xdp()
|
| /Linux-v5.15/drivers/net/ethernet/amazon/ena/ |
| D | ena_netdev.c | 570 static int ena_xdp_set(struct net_device *netdev, struct netdev_bpf *bpf) in ena_xdp_set() 632 static int ena_xdp(struct net_device *netdev, struct netdev_bpf *bpf) in ena_xdp()
|