sock_flow_table   969 include/net/sock.h 	struct rps_sock_flow_table *sock_flow_table;
sock_flow_table   972 include/net/sock.h 	sock_flow_table = rcu_dereference(rps_sock_flow_table);
sock_flow_table   973 include/net/sock.h 	rps_record_sock_flow(sock_flow_table, hash);
sock_flow_table  3950 net/core/dev.c 	const struct rps_sock_flow_table *sock_flow_table;
sock_flow_table  3983 net/core/dev.c 	sock_flow_table = rcu_dereference(rps_sock_flow_table);
sock_flow_table  3984 net/core/dev.c 	if (flow_table && sock_flow_table) {
sock_flow_table  3990 net/core/dev.c 		ident = sock_flow_table->ents[hash & sock_flow_table->mask];