rps_sock_flow_table  637 include/linux/netdevice.h #define	RPS_SOCK_FLOW_TABLE_SIZE(_num) (sizeof(struct rps_sock_flow_table) + \
rps_sock_flow_table  642 include/linux/netdevice.h static inline void rps_record_sock_flow(struct rps_sock_flow_table *table,
rps_sock_flow_table  656 include/linux/netdevice.h static inline void rps_reset_sock_flow(struct rps_sock_flow_table *table,
rps_sock_flow_table  663 include/linux/netdevice.h extern struct rps_sock_flow_table __rcu *rps_sock_flow_table;
rps_sock_flow_table  839 include/net/sock.h 	struct rps_sock_flow_table *sock_flow_table;
rps_sock_flow_table  842 include/net/sock.h 	sock_flow_table = rcu_dereference(rps_sock_flow_table);
rps_sock_flow_table  851 include/net/sock.h 	struct rps_sock_flow_table *sock_flow_table;
rps_sock_flow_table  854 include/net/sock.h 	sock_flow_table = rcu_dereference(rps_sock_flow_table);