Searched refs:sock_flow_table (Results 1 – 2 of 2) sorted by relevance
1140 struct rps_sock_flow_table *sock_flow_table; in sock_rps_record_flow_hash() local1143 sock_flow_table = rcu_dereference(rps_sock_flow_table); in sock_rps_record_flow_hash()1144 rps_record_sock_flow(sock_flow_table, hash); in sock_rps_record_flow_hash()
4571 const struct rps_sock_flow_table *sock_flow_table; in get_rps_cpu() local4604 sock_flow_table = rcu_dereference(rps_sock_flow_table); in get_rps_cpu()4605 if (flow_table && sock_flow_table) { in get_rps_cpu()4613 ident = READ_ONCE(sock_flow_table->ents[hash & sock_flow_table->mask]); in get_rps_cpu()