Home
last modified time | relevance | path

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

/linux/include/net/
H A Dhotdata.h36 struct rps_sock_flow_table __rcu *rps_sock_flow_table; member
/linux/net/core/
H A Dsysctl_net_core.c148 struct rps_sock_flow_table *orig_sock_table, *sock_table; in rps_sock_flow_sysctl()
154 net_hotdata.rps_sock_flow_table, in rps_sock_flow_sysctl()
187 rcu_assign_pointer(net_hotdata.rps_sock_flow_table, in rps_sock_flow_sysctl()
H A Ddev.c5092 const struct rps_sock_flow_table *sock_flow_table; in get_rps_cpu()
5125 sock_flow_table = rcu_dereference(net_hotdata.rps_sock_flow_table); in get_rps_cpu()