Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/networking/
Dscaling.rst127 netif_receive_skb(). These call the get_rps_cpu() function, which
297 CPU for packet processing (from get_rps_cpu()) the rps_sock_flow table
/Linux-v5.10/net/core/
Ddev.c4311 static int get_rps_cpu(struct net_device *dev, struct sk_buff *skb, in get_rps_cpu() function
4780 cpu = get_rps_cpu(skb->dev, skb, &rflow); in netif_rx_internal()
5521 int cpu = get_rps_cpu(skb->dev, skb, &rflow); in netif_receive_skb_internal()
5554 int cpu = get_rps_cpu(skb->dev, skb, &rflow); in netif_receive_skb_list_internal()