Home
last modified time | relevance | path

Searched refs:rps_sock_flow_table (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/net/core/
H A Dsysctl_net_core.c59 struct rps_sock_flow_table *orig_sock_table, *sock_table; in rps_sock_flow_sysctl()
64 orig_sock_table = rcu_dereference_protected(rps_sock_flow_table, in rps_sock_flow_sysctl()
96 rcu_assign_pointer(rps_sock_flow_table, sock_table); in rps_sock_flow_sysctl()
H A Ddev.c4294 struct rps_sock_flow_table __rcu *rps_sock_flow_table __read_mostly;
4295 EXPORT_SYMBOL(rps_sock_flow_table); variable
4357 const struct rps_sock_flow_table *sock_flow_table; in get_rps_cpu()
4390 sock_flow_table = rcu_dereference(rps_sock_flow_table); in get_rps_cpu()
/kernel/linux/linux-6.6/net/core/
H A Dsysctl_net_core.c135 struct rps_sock_flow_table *orig_sock_table, *sock_table; in rps_sock_flow_sysctl()
140 orig_sock_table = rcu_dereference_protected(rps_sock_flow_table, in rps_sock_flow_sysctl()
172 rcu_assign_pointer(rps_sock_flow_table, sock_table); in rps_sock_flow_sysctl()
H A Ddev.c4500 struct rps_sock_flow_table __rcu *rps_sock_flow_table __read_mostly;
4501 EXPORT_SYMBOL(rps_sock_flow_table); variable
4563 const struct rps_sock_flow_table *sock_flow_table; in get_rps_cpu()
4596 sock_flow_table = rcu_dereference(rps_sock_flow_table); in get_rps_cpu()
/kernel/linux/linux-5.10/include/linux/
H A Dnetdevice.h716 * The rps_sock_flow_table contains mappings of flows to the last CPU
725 struct rps_sock_flow_table { struct
730 #define RPS_SOCK_FLOW_TABLE_SIZE(_num) (offsetof(struct rps_sock_flow_table, ents[_num]))
735 extern struct rps_sock_flow_table __rcu *rps_sock_flow_table;
737 static inline void rps_record_sock_flow(struct rps_sock_flow_table *table, in rps_record_sock_flow()
/kernel/linux/linux-6.6/include/linux/
H A Dnetdevice.h744 * The rps_sock_flow_table contains mappings of flows to the last CPU
753 struct rps_sock_flow_table { struct
758 #define RPS_SOCK_FLOW_TABLE_SIZE(_num) (offsetof(struct rps_sock_flow_table, ents[_num]))
763 extern struct rps_sock_flow_table __rcu *rps_sock_flow_table;
765 static inline void rps_record_sock_flow(struct rps_sock_flow_table *table, in rps_record_sock_flow()
/kernel/linux/linux-5.10/include/net/
H A Dsock.h1061 struct rps_sock_flow_table *sock_flow_table; in sock_rps_record_flow_hash()
1064 sock_flow_table = rcu_dereference(rps_sock_flow_table); in sock_rps_record_flow_hash()
/kernel/linux/linux-6.6/include/net/
H A Dsock.h1138 struct rps_sock_flow_table *sock_flow_table; in sock_rps_record_flow_hash()
1141 sock_flow_table = rcu_dereference(rps_sock_flow_table); in sock_rps_record_flow_hash()

Completed in 54 milliseconds