Lines Matching refs:chain
92 struct tcp_metrics_block __rcu *chain; member
183 oldest = deref_locked(tcp_metrics_hash[hash].chain); in tcpm_new()
202 tm->tcpm_next = tcp_metrics_hash[hash].chain; in tcpm_new()
203 rcu_assign_pointer(tcp_metrics_hash[hash].chain, tm); in tcpm_new()
227 for (tm = rcu_dereference(tcp_metrics_hash[hash].chain); tm; in __tcp_get_metrics()
269 for (tm = rcu_dereference(tcp_metrics_hash[hash].chain); tm; in __tcp_get_metrics_req()
318 for (tm = rcu_dereference(tcp_metrics_hash[hash].chain); tm; in __tcp_get_metrics_tw()
932 for (col = 0, tm = rcu_dereference(hb->chain); tm; in tcp_metrics_nl_dump()
1025 for (tm = rcu_dereference(tcp_metrics_hash[hash].chain); tm; in tcp_metrics_nl_cmd_get()
1059 pp = &hb->chain; in tcp_metrics_flush_all()
1097 pp = &hb->chain; in tcp_metrics_nl_cmd_del()