Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/net/
Dsock.h1059 struct rps_sock_flow_table *sock_flow_table; in sock_rps_record_flow_hash() local
1062 sock_flow_table = rcu_dereference(rps_sock_flow_table); in sock_rps_record_flow_hash()
1063 rps_record_sock_flow(sock_flow_table, hash); in sock_rps_record_flow_hash()
/kernel/linux/linux-5.10/net/core/
Ddev.c4345 const struct rps_sock_flow_table *sock_flow_table; in get_rps_cpu() local
4378 sock_flow_table = rcu_dereference(rps_sock_flow_table); in get_rps_cpu()
4379 if (flow_table && sock_flow_table) { in get_rps_cpu()
4385 ident = sock_flow_table->ents[hash & sock_flow_table->mask]; in get_rps_cpu()