| /Linux-v5.4/kernel/bpf/ | 
| D | cpumap.c | 164 					 struct xdp_frame *xdpf,  in cpu_map_build_skb()229 	struct xdp_frame *xdpf;  in __cpu_map_ring_cleanup()  local
 308 			struct xdp_frame *xdpf = frames[i];  in cpu_map_kthread_run()  local
 617 		struct xdp_frame *xdpf = bq->q[i];  in bq_flush_to_queue()  local
 643 static int bq_enqueue(struct bpf_cpu_map_entry *rcpu, struct xdp_frame *xdpf)  in bq_enqueue()
 671 	struct xdp_frame *xdpf;  in cpu_map_enqueue()  local
 
 | 
| D | devmap.c | 342 		struct xdp_frame *xdpf = bq->q[i];  in bq_xmit_all()  local367 		struct xdp_frame *xdpf = bq->q[i];  in bq_xmit_all()  local
 417 static int bq_enqueue(struct bpf_dtab_netdev *obj, struct xdp_frame *xdpf,  in bq_enqueue()
 446 	struct xdp_frame *xdpf;  in dev_map_enqueue()  local
 
 | 
| /Linux-v5.4/net/core/ | 
| D | xdp.c | 436 void xdp_return_frame(struct xdp_frame *xdpf)  in xdp_return_frame()442 void xdp_return_frame_rx_napi(struct xdp_frame *xdpf)  in xdp_return_frame_rx_napi()
 504 	struct xdp_frame *xdpf;  in xdp_convert_zc_to_xdp_frame()  local
 
 | 
| D | filter.c | 3465 	struct xdp_frame *xdpf;  in __bpf_tx_xdp()  local
 | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en/ | 
| D | xdp.c | 64 	struct xdp_frame *xdpf;  in mlx5e_xmit_xdp_buff()  local495 		struct xdp_frame *xdpf = frames[i];  in mlx5e_xdp_xmit()  local
 
 | 
| /Linux-v5.4/drivers/net/ethernet/ti/ | 
| D | cpsw.c | 358 static void *cpsw_xdpf_to_handle(struct xdp_frame *xdpf)  in cpsw_xdpf_to_handle()376 	struct xdp_frame	*xdpf;  in cpsw_tx_handler()  local
 450 static int cpsw_xdp_tx_frame(struct cpsw_priv *priv, struct xdp_frame *xdpf,  in cpsw_xdp_tx_frame()
 494 	struct xdp_frame *xdpf;  in cpsw_run_xdp()  local
 2378 	struct xdp_frame *xdpf;  in cpsw_ndo_xdp_xmit()  local
 
 | 
| /Linux-v5.4/include/net/ | 
| D | xdp.h | 138 static inline void xdp_release_frame(struct xdp_frame *xdpf)  in xdp_release_frame()
 | 
| /Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/ | 
| D | bnxt_xdp.c | 60 				     struct xdp_frame *xdpf)  in __bnxt_xmit_xdp_redirect()
 | 
| D | bnxt.h | 685 		struct xdp_frame	*xdpf;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/socionext/ | 
| D | netsec.c | 271 		struct xdp_frame *xdpf;  member814 				struct xdp_frame *xdpf, bool is_ndo)  in netsec_xdp_queue_one()
 869 	struct xdp_frame *xdpf = convert_to_xdp_frame(xdp);  in netsec_xdp_xmit_back()  local
 1752 		struct xdp_frame *xdpf = frames[i];  in netsec_xdp_xmit()  local
 
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/i40e/ | 
| D | i40e_txrx.c | 2183 	struct xdp_frame *xdpf = convert_to_xdp_frame(xdp);  in i40e_xmit_xdp_tx_ring()  local3503 static int i40e_xmit_xdp_ring(struct xdp_frame *xdpf,  in i40e_xmit_xdp_ring()
 3726 		struct xdp_frame *xdpf = frames[i];  in i40e_xdp_xmit()  local
 
 | 
| D | i40e_txrx.h | 285 		struct xdp_frame *xdpf;  member
 | 
| /Linux-v5.4/drivers/net/ethernet/intel/ixgbe/ | 
| D | ixgbe_xsk.c | 149 	struct xdp_frame *xdpf;  in ixgbe_run_xdp_zc()  local
 | 
| D | ixgbe_main.c | 2202 	struct xdp_frame *xdpf;  in ixgbe_run_xdp()  local8532 			struct xdp_frame *xdpf)  in ixgbe_xmit_xdp_ring()
 10331 		struct xdp_frame *xdpf = frames[i];  in ixgbe_xdp_xmit()  local
 
 | 
| D | ixgbe.h | 216 		struct xdp_frame *xdpf;  member
 | 
| /Linux-v5.4/drivers/net/ | 
| D | virtio_net.c | 448 				   struct xdp_frame *xdpf)  in __virtnet_xdp_xmit_one()533 		struct xdp_frame *xdpf = frames[i];  in virtnet_xdp_xmit()  local
 655 		struct xdp_frame *xdpf;  in receive_small()  local
 803 		struct xdp_frame *xdpf;  in receive_mergeable()  local
 
 | 
| D | tun.c | 657 		struct xdp_frame *xdpf = tun_ptr_to_xdp(ptr);  in tun_ptr_free()  local2221 		struct xdp_frame *xdpf = tun_ptr_to_xdp(ptr);  in tun_do_read()  local
 2607 			struct xdp_frame *xdpf = tun_ptr_to_xdp(ptr);  in tun_ptr_peek_len()  local
 
 | 
| /Linux-v5.4/drivers/net/ethernet/freescale/dpaa2/ | 
| D | dpaa2-eth.c | 1847 				    struct xdp_frame *xdpf)  in dpaa2_eth_xdp_xmit_frame()1933 		struct xdp_frame *xdpf = frames[i];  in dpaa2_eth_xdp_xmit()  local
 
 | 
| D | dpaa2-eth.h | 116 			struct xdp_frame *xdpf;  member
 | 
| /Linux-v5.4/drivers/vhost/ | 
| D | net.c | 201 		struct xdp_frame *xdpf = tun_ptr_to_xdp(ptr);  in vhost_net_buf_peek_len()  local
 | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/ | 
| D | en.h | 462 			struct xdp_frame *xdpf;  member
 |