Searched refs:get_rps_cpu (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/core/ |
H A D | dev.c | 4350 * get_rps_cpu is called from netif_receive_skb and returns the target 4354 static int get_rps_cpu(struct net_device *dev, struct sk_buff *skb, in get_rps_cpu() function 4825 cpu = get_rps_cpu(skb->dev, skb, &rflow); in netif_rx_internal() 5585 int cpu = get_rps_cpu(skb->dev, skb, &rflow); in netif_receive_skb_internal() 5618 int cpu = get_rps_cpu(skb->dev, skb, &rflow); in netif_receive_skb_list_internal()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dev.c | 4556 * get_rps_cpu is called from netif_receive_skb and returns the target 4560 static int get_rps_cpu(struct net_device *dev, struct sk_buff *skb, in get_rps_cpu() function 5073 cpu = get_rps_cpu(skb->dev, skb, &rflow); in netif_rx_internal() 5746 int cpu = get_rps_cpu(skb->dev, skb, &rflow); in netif_receive_skb_internal() 5779 int cpu = get_rps_cpu(skb->dev, skb, &rflow); in netif_receive_skb_list_internal()
|
Completed in 33 milliseconds