Home
last modified time | relevance | path

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

/linux/include/net/
H A Drps.h90 struct rps_sock_flow_table *sock_flow_table; in _sock_rps_record_flow_hash() local
95 sock_flow_table = rcu_dereference(net_hotdata.rps_sock_flow_table); in _sock_rps_record_flow_hash()
96 if (sock_flow_table) in _sock_rps_record_flow_hash()
97 rps_record_sock_flow(sock_flow_table, hash); in _sock_rps_record_flow_hash()
/linux/net/core/
H A Ddev.c5092 const struct rps_sock_flow_table *sock_flow_table; in get_rps_cpu() local
5125 sock_flow_table = rcu_dereference(net_hotdata.rps_sock_flow_table); in get_rps_cpu()
5126 if (flow_table && sock_flow_table) { in get_rps_cpu()
5134 ident = READ_ONCE(sock_flow_table->ents[hash & sock_flow_table->mask]); in get_rps_cpu()