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

/linux-4.4.14/include/net/
H A Dsock.h881 struct rps_sock_flow_table *sock_flow_table; sock_rps_record_flow_hash() local
884 sock_flow_table = rcu_dereference(rps_sock_flow_table); sock_rps_record_flow_hash()
885 rps_record_sock_flow(sock_flow_table, hash); sock_rps_record_flow_hash()
/linux-4.4.14/net/core/
H A Ddev.c3279 const struct rps_sock_flow_table *sock_flow_table; get_rps_cpu() local
3312 sock_flow_table = rcu_dereference(rps_sock_flow_table); get_rps_cpu()
3313 if (flow_table && sock_flow_table) { get_rps_cpu()
3319 ident = sock_flow_table->ents[hash & sock_flow_table->mask]; get_rps_cpu()

Completed in 149 milliseconds