Lines Matching refs:chain
88 struct tcp_metrics_block __rcu *chain; member
179 oldest = deref_locked(tcp_metrics_hash[hash].chain); in tcpm_new()
198 tm->tcpm_next = tcp_metrics_hash[hash].chain; in tcpm_new()
199 rcu_assign_pointer(tcp_metrics_hash[hash].chain, tm); in tcpm_new()
223 for (tm = rcu_dereference(tcp_metrics_hash[hash].chain); tm; in __tcp_get_metrics()
265 for (tm = rcu_dereference(tcp_metrics_hash[hash].chain); tm; in __tcp_get_metrics_req()
308 for (tm = rcu_dereference(tcp_metrics_hash[hash].chain); tm; in __tcp_get_metrics_tw()
916 for (col = 0, tm = rcu_dereference(hb->chain); tm; in tcp_metrics_nl_dump()
1010 for (tm = rcu_dereference(tcp_metrics_hash[hash].chain); tm; in tcp_metrics_nl_cmd_get()
1044 pp = &hb->chain; in tcp_metrics_flush_all()
1082 pp = &hb->chain; in tcp_metrics_nl_cmd_del()