Searched refs:enqueue_to_backlog (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/net/core/ | 
| D | dev.c | 4174 static int enqueue_to_backlog(struct sk_buff *skb, int cpu,  in enqueue_to_backlog()  function4435 		ret = enqueue_to_backlog(skb, cpu, &rflow->last_qtail);  in netif_rx_internal()
 4444 		ret = enqueue_to_backlog(skb, get_cpu(), &qtail);  in netif_rx_internal()
 5127 			ret = enqueue_to_backlog(skb, cpu, &rflow->last_qtail);  in netif_receive_skb_internal()
 5162 				enqueue_to_backlog(skb, cpu, &rflow->last_qtail);  in netif_receive_skb_list_internal()
 
 |