Home
last modified time | relevance | path

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

/linux-3.3/net/core/
Ddev.c2880 static int enqueue_to_backlog(struct sk_buff *skb, int cpu, in enqueue_to_backlog() function
2959 ret = enqueue_to_backlog(skb, cpu, &rflow->last_qtail); in netif_rx()
2967 ret = enqueue_to_backlog(skb, get_cpu(), &qtail); in netif_rx()
3321 ret = enqueue_to_backlog(skb, cpu, &rflow->last_qtail); in netif_receive_skb()