Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dsock.h1130 struct rps_sock_flow_table *sock_flow_table; in sock_rps_record_flow_hash() local
1133 sock_flow_table = rcu_dereference(rps_sock_flow_table); in sock_rps_record_flow_hash()
1134 rps_record_sock_flow(sock_flow_table, hash); in sock_rps_record_flow_hash()
/linux-6.3-rc2/net/core/
A Ddev.c4432 const struct rps_sock_flow_table *sock_flow_table; in get_rps_cpu() local
4465 sock_flow_table = rcu_dereference(rps_sock_flow_table); in get_rps_cpu()
4466 if (flow_table && sock_flow_table) { in get_rps_cpu()
4472 ident = sock_flow_table->ents[hash & sock_flow_table->mask]; in get_rps_cpu()

Completed in 26 milliseconds