Home
last modified time | relevance | path

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

/linux/include/net/
A Drps.h89 struct rps_sock_flow_table *sock_flow_table; in sock_rps_record_flow_hash() local
94 sock_flow_table = rcu_dereference(net_hotdata.rps_sock_flow_table); in sock_rps_record_flow_hash()
95 if (sock_flow_table) in sock_rps_record_flow_hash()
96 rps_record_sock_flow(sock_flow_table, hash); in sock_rps_record_flow_hash()
/linux/net/core/
A Ddev.c4607 const struct rps_sock_flow_table *sock_flow_table; in get_rps_cpu() local
4640 sock_flow_table = rcu_dereference(net_hotdata.rps_sock_flow_table); in get_rps_cpu()
4641 if (flow_table && sock_flow_table) { in get_rps_cpu()
4649 ident = READ_ONCE(sock_flow_table->ents[hash & sock_flow_table->mask]); in get_rps_cpu()

Completed in 24 milliseconds