Lines Matching refs:net_hotdata
574 return pt->dev ? &pt->dev->ptype_all : &net_hotdata.ptype_all; in ptype_head()
2280 return !list_empty(&net_hotdata.ptype_all) || in dev_nit_active()
2292 struct list_head *ptype_list = &net_hotdata.ptype_all; in dev_queue_xmit_nit()
2340 if (ptype_list == &net_hotdata.ptype_all) { in dev_queue_xmit_nit()
4640 sock_flow_table = rcu_dereference(net_hotdata.rps_sock_flow_table); in get_rps_cpu()
4650 if ((ident ^ hash) & ~net_hotdata.rps_cpu_mask) in get_rps_cpu()
4653 next_cpu = ident & net_hotdata.rps_cpu_mask; in get_rps_cpu()
4824 if (qlen < (READ_ONCE(net_hotdata.max_backlog) >> 1)) in skb_flow_limit()
4875 max_backlog = READ_ONCE(net_hotdata.max_backlog); in enqueue_to_backlog()
5176 net_timestamp_check(READ_ONCE(net_hotdata.tstamp_prequeue), skb); in netif_rx_internal()
5468 net_timestamp_check(!READ_ONCE(net_hotdata.tstamp_prequeue), skb); in __netif_receive_skb_core()
5512 list_for_each_entry_rcu(ptype, &net_hotdata.ptype_all, list) { in __netif_receive_skb_core()
5851 net_timestamp_check(READ_ONCE(net_hotdata.tstamp_prequeue), skb); in netif_receive_skb_internal()
5880 net_timestamp_check(READ_ONCE(net_hotdata.tstamp_prequeue), in netif_receive_skb_list_internal()
6107 napi->weight = READ_ONCE(net_hotdata.dev_rx_weight); in process_backlog()
6935 usecs_to_jiffies(READ_ONCE(net_hotdata.netdev_budget_usecs)); in net_rx_action()
6937 int budget = READ_ONCE(net_hotdata.netdev_budget); in net_rx_action()