Searched refs:net_hotdata (Results 1 – 4 of 4) sorted by relevance
10 struct net_hotdata { struct46 #define inet_ehash_secret net_hotdata.tcp_protocol.secret argument47 #define udp_ehash_secret net_hotdata.udp_protocol.secret48 #define inet6_ehash_secret net_hotdata.tcpv6_protocol.secret49 #define tcp_ipv6_hash_secret net_hotdata.tcpv6_offload.secret50 #define udp6_ehash_secret net_hotdata.udpv6_protocol.secret51 #define udp_ipv6_hash_secret net_hotdata.udpv6_offload.secret53 extern struct net_hotdata net_hotdata;
68 if (unlikely(val >= READ_ONCE(net_hotdata.sysctl_mem_pcpu_rsv))) in sk_memory_allocated_add()79 if (unlikely(val <= -READ_ONCE(net_hotdata.sysctl_mem_pcpu_rsv))) in sk_memory_allocated_sub()
72 u32 val = hash & ~net_hotdata.rps_cpu_mask; in rps_record_sock_flow()94 sock_flow_table = rcu_dereference(net_hotdata.rps_sock_flow_table); in sock_rps_record_flow_hash()
530 if (napi->rx_count >= READ_ONCE(net_hotdata.gro_normal_batch)) in gro_normal_one()