Lines Matching refs:net_hotdata
574 return pt->dev ? &pt->dev->ptype_all : &net_hotdata.ptype_all; in ptype_head()
2490 return !list_empty(&net_hotdata.ptype_all) || in dev_nit_active()
2502 struct list_head *ptype_list = &net_hotdata.ptype_all; in dev_queue_xmit_nit()
2550 if (ptype_list == &net_hotdata.ptype_all) { in dev_queue_xmit_nit()
4860 sock_flow_table = rcu_dereference(net_hotdata.rps_sock_flow_table); in get_rps_cpu()
4870 if ((ident ^ hash) & ~net_hotdata.rps_cpu_mask) in get_rps_cpu()
4873 next_cpu = ident & net_hotdata.rps_cpu_mask; in get_rps_cpu()
5044 if (qlen < (READ_ONCE(net_hotdata.max_backlog) >> 1)) in skb_flow_limit()
5095 max_backlog = READ_ONCE(net_hotdata.max_backlog); in enqueue_to_backlog()
5396 net_timestamp_check(READ_ONCE(net_hotdata.tstamp_prequeue), skb); in netif_rx_internal()
5688 net_timestamp_check(!READ_ONCE(net_hotdata.tstamp_prequeue), skb); in __netif_receive_skb_core()
5738 list_for_each_entry_rcu(ptype, &net_hotdata.ptype_all, list) { in __netif_receive_skb_core()
6077 net_timestamp_check(READ_ONCE(net_hotdata.tstamp_prequeue), skb); in netif_receive_skb_internal()
6106 net_timestamp_check(READ_ONCE(net_hotdata.tstamp_prequeue), in netif_receive_skb_list_internal()
6349 napi->weight = READ_ONCE(net_hotdata.dev_rx_weight); in process_backlog()
7347 usecs_to_jiffies(READ_ONCE(net_hotdata.netdev_budget_usecs)); in net_rx_action()
7349 int budget = READ_ONCE(net_hotdata.netdev_budget); in net_rx_action()