Home
last modified time | relevance | path

Searched refs:enqueue_to_backlog (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/core/
Ddev.c4567 static int enqueue_to_backlog(struct sk_buff *skb, int cpu, in enqueue_to_backlog() function
4829 ret = enqueue_to_backlog(skb, cpu, &rflow->last_qtail); in netif_rx_internal()
4838 ret = enqueue_to_backlog(skb, get_cpu(), &qtail); in netif_rx_internal()
5588 ret = enqueue_to_backlog(skb, cpu, &rflow->last_qtail); in netif_receive_skb_internal()
5623 enqueue_to_backlog(skb, cpu, &rflow->last_qtail); in netif_receive_skb_list_internal()
/kernel/linux/linux-6.6/net/core/
Ddev.c4791 static int enqueue_to_backlog(struct sk_buff *skb, int cpu, in enqueue_to_backlog() function
5077 ret = enqueue_to_backlog(skb, cpu, &rflow->last_qtail); in netif_rx_internal()
5085 ret = enqueue_to_backlog(skb, smp_processor_id(), &qtail); in netif_rx_internal()
5749 ret = enqueue_to_backlog(skb, cpu, &rflow->last_qtail); in netif_receive_skb_internal()
5784 enqueue_to_backlog(skb, cpu, &rflow->last_qtail); in netif_receive_skb_list_internal()