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.rst99 … real_num_rx_queues - read_mostly get_rps_cpu
/linux/Documentation/networking/
H A Dscaling.rst184 netif_receive_skb(). These call the get_rps_cpu() function, which
354 CPU for packet processing (from get_rps_cpu()) the rps_sock_flow table
/linux/net/core/
H A Ddev.c4604 static int get_rps_cpu(struct net_device *dev, struct sk_buff *skb, in get_rps_cpu() function
5187 cpu = get_rps_cpu(skb->dev, skb, &rflow); in netif_rx_internal()
5860 int cpu = get_rps_cpu(skb->dev, skb, &rflow); in netif_receive_skb_internal()
5893 int cpu = get_rps_cpu(skb->dev, skb, &rflow); in netif_receive_skb_list_internal()