Lines Matching refs:net_hotdata
4842 sock_flow_table = rcu_dereference(net_hotdata.rps_sock_flow_table); in get_rps_cpu()
4852 if ((ident ^ hash) & ~net_hotdata.rps_cpu_mask) in get_rps_cpu()
4855 next_cpu = ident & net_hotdata.rps_cpu_mask; in get_rps_cpu()
5026 if (qlen < (READ_ONCE(net_hotdata.max_backlog) >> 1)) in skb_flow_limit()
5077 max_backlog = READ_ONCE(net_hotdata.max_backlog); in enqueue_to_backlog()
5378 net_timestamp_check(READ_ONCE(net_hotdata.tstamp_prequeue), skb); in netif_rx_internal()
5670 net_timestamp_check(!READ_ONCE(net_hotdata.tstamp_prequeue), skb); in __netif_receive_skb_core()
6068 net_timestamp_check(READ_ONCE(net_hotdata.tstamp_prequeue), skb); in netif_receive_skb_internal()
6097 net_timestamp_check(READ_ONCE(net_hotdata.tstamp_prequeue), in netif_receive_skb_list_internal()
6344 napi->weight = READ_ONCE(net_hotdata.dev_rx_weight); in process_backlog()
7475 usecs_to_jiffies(READ_ONCE(net_hotdata.netdev_budget_usecs)); in net_rx_action()
7477 int budget = READ_ONCE(net_hotdata.netdev_budget); in net_rx_action()