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