Searched refs:rps_sock_flow_table (Results 1 – 2 of 2) sorted by relevance
702 struct rps_sock_flow_table { struct707 #define RPS_SOCK_FLOW_TABLE_SIZE(_num) (offsetof(struct rps_sock_flow_table, ents[_num])) argument712 extern struct rps_sock_flow_table __rcu *rps_sock_flow_table;714 static inline void rps_record_sock_flow(struct rps_sock_flow_table *table, in rps_record_sock_flow()
969 struct rps_sock_flow_table *sock_flow_table; in sock_rps_record_flow_hash()972 sock_flow_table = rcu_dereference(rps_sock_flow_table); in sock_rps_record_flow_hash()