Home
last modified time | relevance | path

Searched refs:sock_flow_table (Results 1 – 1 of 1) sorted by relevance

/linux/net/core/
H A Ddev.c5045 const struct rps_sock_flow_table *sock_flow_table; in get_rps_cpu() local
5079 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()