Home
last modified time | relevance | path

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

/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst102 … real_num_rx_queues read_mostly get_rps_cpu
/linux/Documentation/networking/
H A Dscaling.rst191 netif_receive_skb(). These call the get_rps_cpu() function, which
361 CPU for packet processing (from get_rps_cpu()) the rps_sock_flow table
/linux/net/core/
H A Ddev.c4903 static int get_rps_cpu(struct net_device *dev, struct sk_buff *skb, in get_rps_cpu() function
5491 cpu = get_rps_cpu(skb->dev, skb, &rflow); in netif_rx_internal()
6181 int cpu = get_rps_cpu(skb->dev, skb, &rflow); in netif_receive_skb_internal()
6214 int cpu = get_rps_cpu(skb->dev, skb, &rflow); in netif_receive_skb_list_internal()