rps_sock_flow_table  709 include/linux/netdevice.h #define	RPS_SOCK_FLOW_TABLE_SIZE(_num) (offsetof(struct rps_sock_flow_table, ents[_num]))
rps_sock_flow_table  714 include/linux/netdevice.h extern struct rps_sock_flow_table __rcu *rps_sock_flow_table;
rps_sock_flow_table  716 include/linux/netdevice.h static inline void rps_record_sock_flow(struct rps_sock_flow_table *table,
rps_sock_flow_table  969 include/net/sock.h 	struct rps_sock_flow_table *sock_flow_table;
rps_sock_flow_table  972 include/net/sock.h 	sock_flow_table = rcu_dereference(rps_sock_flow_table);
rps_sock_flow_table 3887 net/core/dev.c struct rps_sock_flow_table __rcu *rps_sock_flow_table __read_mostly;
rps_sock_flow_table 3888 net/core/dev.c EXPORT_SYMBOL(rps_sock_flow_table);
rps_sock_flow_table 3950 net/core/dev.c 	const struct rps_sock_flow_table *sock_flow_table;
rps_sock_flow_table 3983 net/core/dev.c 	sock_flow_table = rcu_dereference(rps_sock_flow_table);
rps_sock_flow_table   57 net/core/sysctl_net_core.c 	struct rps_sock_flow_table *orig_sock_table, *sock_table;
rps_sock_flow_table   62 net/core/sysctl_net_core.c 	orig_sock_table = rcu_dereference_protected(rps_sock_flow_table,
rps_sock_flow_table   94 net/core/sysctl_net_core.c 			rcu_assign_pointer(rps_sock_flow_table, sock_table);