Searched refs:enqueue_to_backlog (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/core/ |
H A D | dev.c | 4832 static int enqueue_to_backlog(struct sk_buff *skb, int cpu, in enqueue_to_backlog() function 5118 ret = enqueue_to_backlog(skb, cpu, &rflow->last_qtail); in netif_rx_internal() 5126 ret = enqueue_to_backlog(skb, smp_processor_id(), &qtail); in netif_rx_internal() 5790 ret = enqueue_to_backlog(skb, cpu, &rflow->last_qtail); in netif_receive_skb_internal() 5825 enqueue_to_backlog(skb, cpu, &rflow->last_qtail); in netif_receive_skb_list_internal()
|