Home
last modified time | relevance | path

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

/Linux-v4.19/net/core/
Dsysctl_net_core.c48 struct rps_sock_flow_table *orig_sock_table, *sock_table; in rps_sock_flow_sysctl()
53 orig_sock_table = rcu_dereference_protected(rps_sock_flow_table, in rps_sock_flow_sysctl()
85 rcu_assign_pointer(rps_sock_flow_table, sock_table); in rps_sock_flow_sysctl()
Ddev.c3933 struct rps_sock_flow_table __rcu *rps_sock_flow_table __read_mostly;
3934 EXPORT_SYMBOL(rps_sock_flow_table);
3996 const struct rps_sock_flow_table *sock_flow_table; in get_rps_cpu()
4029 sock_flow_table = rcu_dereference(rps_sock_flow_table); in get_rps_cpu()
/Linux-v4.19/include/linux/
Dnetdevice.h673 struct rps_sock_flow_table { struct
678 #define RPS_SOCK_FLOW_TABLE_SIZE(_num) (offsetof(struct rps_sock_flow_table, ents[_num])) argument
683 extern struct rps_sock_flow_table __rcu *rps_sock_flow_table;
685 static inline void rps_record_sock_flow(struct rps_sock_flow_table *table, in rps_record_sock_flow()
/Linux-v4.19/include/net/
Dsock.h945 struct rps_sock_flow_table *sock_flow_table; in sock_rps_record_flow_hash()
948 sock_flow_table = rcu_dereference(rps_sock_flow_table); in sock_rps_record_flow_hash()
/Linux-v4.19/Documentation/networking/
Dscaling.txt247 rps_sock_flow_table is a global flow table that contains the *desired* CPU