Searched refs:sock_flow_table (Results 1 – 1 of 1) sorted by relevance
5045 const struct rps_sock_flow_table *sock_flow_table; in get_rps_cpu() local5079 sock_flow_table = rcu_dereference(net_hotdata.rps_sock_flow_table); in get_rps_cpu()5080 if (flow_table && sock_flow_table) { in get_rps_cpu()5088 ident = READ_ONCE(sock_flow_table->ents[hash & sock_flow_table->mask]); in get_rps_cpu()