Home
last modified time | relevance | path

Searched refs:rps_sock_flow_table (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dnetdevice.h702 struct rps_sock_flow_table { struct
707 #define RPS_SOCK_FLOW_TABLE_SIZE(_num) (offsetof(struct rps_sock_flow_table, ents[_num])) argument
712 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()
/include/net/
Dsock.h969 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()