Searched refs:dev_rx (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/kernel/bpf/ | 
| D | devmap.c | 61 	struct net_device *dev_rx;  member358 			      sent, drops, bq->dev_rx, dev, err);  in bq_xmit_all()
 359 	bq->dev_rx = NULL;  in bq_xmit_all()
 418 		      struct net_device *dev_rx)  in bq_enqueue()  argument
 431 	if (!bq->dev_rx)  in bq_enqueue()
 432 		bq->dev_rx = dev_rx;  in bq_enqueue()
 443 		    struct net_device *dev_rx)  in dev_map_enqueue()  argument
 460 	return bq_enqueue(dst, xdpf, dev_rx);  in dev_map_enqueue()
 
 | 
| D | cpumap.c | 205 	skb->protocol = eth_type_trans(skb, xdpf->dev_rx);  in cpu_map_build_skb()669 		    struct net_device *dev_rx)  in cpu_map_enqueue()  argument
 678 	xdpf->dev_rx = dev_rx;  in cpu_map_enqueue()
 
 | 
| /Linux-v5.4/include/net/ | 
| D | xdp.h | 84 	struct net_device *dev_rx; /* used by cpumap */  member91 	frame->dev_rx = NULL;  in xdp_scrub_frame()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | bpf.h | 724 		    struct net_device *dev_rx);731 		    struct net_device *dev_rx);
 823 		    struct net_device *dev_rx)  in dev_map_enqueue()  argument
 849 				  struct net_device *dev_rx)  in cpu_map_enqueue()  argument
 
 | 
| /Linux-v5.4/net/core/ | 
| D | filter.c | 3512 static int __bpf_tx_xdp_map(struct net_device *dev_rx, void *fwd,  in __bpf_tx_xdp_map()  argument3524 		err = dev_map_enqueue(dst, xdp, dev_rx);  in __bpf_tx_xdp_map()
 3532 		err = cpu_map_enqueue(rcpu, xdp, dev_rx);  in __bpf_tx_xdp_map()
 
 |