Home
last modified time | relevance | path

Searched defs:xdp (Results 26 – 50 of 85) sorted by relevance

1234

/OK3568_Linux_fs/kernel/include/net/
H A Dxdp_sock.h98 static inline int xsk_generic_rcv(struct xdp_sock *xs, struct xdp_buff *xdp) in xsk_generic_rcv()
103 static inline int __xsk_map_redirect(struct xdp_sock *xs, struct xdp_buff *xdp) in __xsk_map_redirect()
H A Dxsk_buff_pool.h22 struct xdp_buff xdp; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c60 struct mlx5e_dma_info *di, struct xdp_buff *xdp) in mlx5e_xmit_xdp_buff()
123 u32 *len, struct xdp_buff *xdp) in mlx5e_xdp_handle()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c537 ice_run_xdp(struct ice_ring *rx_ring, struct xdp_buff *xdp, in ice_run_xdp()
915 struct xdp_buff *xdp) in ice_build_skb()
967 struct xdp_buff *xdp) in ice_construct_skb()
1097 struct xdp_buff xdp; in ice_clean_rx_irq() local
H A Dice_txrx_lib.c260 int ice_xmit_xdp_buff(struct xdp_buff *xdp, struct ice_ring *xdp_ring) in ice_xmit_xdp_buff()
H A Dice_xsk.c528 ice_run_xdp_zc(struct ice_ring *rx_ring, struct xdp_buff *xdp) in ice_run_xdp_zc()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_debugfs.c150 struct dentry *queues, *tx, *rx, *xdp; in nfp_net_debugfs_vnic_add() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Drx.c261 struct xdp_buff xdp; in efx_do_xdp() local
H A Dethtool_common.c427 unsigned short xdp; in efx_describe_per_queue_stats() local
549 int xdp; in efx_ethtool_get_stats() local
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dcpumap.c233 struct xdp_buff xdp; in cpu_map_bpf_prog_run_xdp() local
730 int cpu_map_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_buff *xdp, in cpu_map_enqueue()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c1985 struct xdp_buff *xdp) in i40e_construct_skb()
2064 struct xdp_buff *xdp) in i40e_build_skb()
2168 int i40e_xmit_xdp_tx_ring(struct xdp_buff *xdp, struct i40e_ring *xdp_ring) in i40e_xmit_xdp_tx_ring()
2183 static int i40e_run_xdp(struct i40e_ring *rx_ring, struct xdp_buff *xdp) in i40e_run_xdp()
2338 struct xdp_buff xdp; in i40e_clean_rx_irq() local
/OK3568_Linux_fs/kernel/net/bpf/
H A Dtest_run.c87 u32 *retval, u32 *time, bool xdp) in bpf_test_run()
679 struct xdp_buff xdp = {}; in bpf_prog_test_run_xdp() local
/OK3568_Linux_fs/kernel/drivers/net/
H A Dtun.c1244 static int tun_xdp(struct net_device *dev, struct netdev_bpf *xdp) in tun_xdp()
1319 struct xdp_frame *xdp = frames[i]; in tun_xdp_xmit() local
1340 static int tun_xdp_tx(struct net_device *dev, struct xdp_buff *xdp) in tun_xdp_tx()
1634 struct xdp_buff *xdp, u32 act) in tun_xdp_act()
1713 struct xdp_buff xdp; in tun_build_skb() local
2457 struct xdp_buff *xdp, int *flush, in tun_xdp_one()
2566 struct xdp_buff *xdp; in tun_sendmsg() local
H A Dxen-netfront.c973 struct xdp_buff *xdp, bool *need_xdp_flush) in xennet_run_xdp()
1031 struct xdp_buff xdp; in xennet_get_responses() local
1040 struct xen_netif_extra_info *xdp; in xennet_get_responses() local
1608 static int talk_to_netback_xdp(struct netfront_info *np, int xdp) in talk_to_netback_xdp()
1669 static int xennet_xdp(struct net_device *dev, struct netdev_bpf *xdp) in xennet_xdp()
H A Dtap.c1135 static int tap_get_user_xdp(struct tap_queue *q, struct xdp_buff *xdp) in tap_get_user_xdp()
1202 struct xdp_buff *xdp; in tap_sendmsg() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c856 struct xdp_buff *xdp, in ixgbevf_construct_skb()
931 struct xdp_buff *xdp, in ixgbevf_build_skb()
977 struct xdp_buff *xdp) in ixgbevf_xmit_xdp_ring()
1055 struct xdp_buff *xdp) in ixgbevf_run_xdp()
1132 struct xdp_buff xdp; in ixgbevf_clean_rx_irq() local
4476 static int ixgbevf_xdp(struct net_device *dev, struct netdev_bpf *xdp) in ixgbevf_xdp()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c230 struct xdp_buff *xdp, in ena_xdp_tx_map_buff()
278 struct xdp_buff *xdp, in ena_xdp_xmit_buff()
336 struct xdp_buff *xdp, in ena_xdp_execute()
1517 static int ena_xdp_handle_buff(struct ena_ring *rx_ring, struct xdp_buff *xdp) in ena_xdp_handle_buff()
1562 struct xdp_buff xdp; in ena_clean_rx_irq() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_xsk.c99 struct xdp_buff *xdp) in ixgbe_run_xdp_zc()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/socionext/
H A Dnetsec.c868 static u32 netsec_xdp_xmit_back(struct netsec_priv *priv, struct xdp_buff *xdp) in netsec_xdp_xmit_back()
885 struct xdp_buff *xdp) in netsec_run_xdp()
944 struct xdp_buff xdp; in netsec_process_rx() local
1811 static int netsec_xdp(struct net_device *ndev, struct netdev_bpf *xdp) in netsec_xdp()
/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dnet.c128 struct xdp_buff *xdp; member
703 struct xdp_buff *xdp = &nvq->xdp[nvq->batched_xdp]; in vhost_net_build_xdp() local
1292 struct xdp_buff *xdp; in vhost_net_open() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_rx.c1125 u32 len, struct xdp_buff *xdp) in mlx5e_fill_xdp_buff()
1141 struct xdp_buff xdp; in mlx5e_skb_from_cqe_linear() local
1455 struct xdp_buff xdp; in mlx5e_skb_from_cqe_mpwrq_linear() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qede/
H A Dqede_fp.c309 struct sw_tx_xdp *xdp; in qede_xdp_xmit() local
1093 struct xdp_buff xdp; in qede_rx_xdp() local
/OK3568_Linux_fs/kernel/drivers/net/netdevsim/
H A Dbpf.c194 struct xdp_attachment_info *xdp) in nsim_xdp_set_prog()
/OK3568_Linux_fs/kernel/include/xen/interface/io/
H A Dnetif.h899 } xdp; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/marvell/
H A Dmvneta.c2028 struct xdp_buff *xdp, int sync_len, bool napi) in mvneta_xdp_put_buff()
2086 mvneta_xdp_xmit_back(struct mvneta_port *pp, struct xdp_buff *xdp) in mvneta_xdp_xmit_back()
2171 struct bpf_prog *prog, struct xdp_buff *xdp, in mvneta_run_xdp()
2230 struct xdp_buff *xdp, int *size, in mvneta_swbm_rx_frame()
2271 struct xdp_buff *xdp, int *size, in mvneta_swbm_add_rx_fragment()
2307 struct xdp_buff *xdp, u32 desc_status) in mvneta_swbm_build_skb()
4443 static int mvneta_xdp(struct net_device *dev, struct netdev_bpf *xdp) in mvneta_xdp()

1234