Lines Matching refs:tcpm_next
43 struct tcp_metrics_block __rcu *tcpm_next; member
184 for (tm = deref_locked(oldest->tcpm_next); tm; in tcpm_new()
185 tm = deref_locked(tm->tcpm_next)) { in tcpm_new()
202 tm->tcpm_next = tcp_metrics_hash[hash].chain; in tcpm_new()
228 tm = rcu_dereference(tm->tcpm_next)) { in __tcp_get_metrics()
270 tm = rcu_dereference(tm->tcpm_next)) { in __tcp_get_metrics_req()
319 tm = rcu_dereference(tm->tcpm_next)) { in __tcp_get_metrics_tw()
933 tm = rcu_dereference(tm->tcpm_next), col++) { in tcp_metrics_nl_dump()
1026 tm = rcu_dereference(tm->tcpm_next)) { in tcp_metrics_nl_cmd_get()
1062 *pp = tm->tcpm_next; in tcp_metrics_flush_all()
1065 pp = &tm->tcpm_next; in tcp_metrics_flush_all()
1103 *pp = tm->tcpm_next; in tcp_metrics_nl_cmd_del()
1107 pp = &tm->tcpm_next; in tcp_metrics_nl_cmd_del()