Searched refs:tcpm_next (Results 1 – 1 of 1) sorted by relevance
42 struct tcp_metrics_block __rcu *tcpm_next; member192 for (tm = deref_locked(oldest->tcpm_next); tm; in tcpm_new()193 tm = deref_locked(tm->tcpm_next)) { in tcpm_new()213 tm->tcpm_next = tcp_metrics_hash[hash].chain; in tcpm_new()239 tm = rcu_dereference(tm->tcpm_next)) { in __tcp_get_metrics()281 tm = rcu_dereference(tm->tcpm_next)) { in __tcp_get_metrics_req()776 tm = rcu_dereference(tm->tcpm_next), col++) { in tcp_metrics_nl_dump()870 tm = rcu_dereference(tm->tcpm_next)) { in tcp_metrics_nl_cmd_get()910 rcu_assign_pointer(*pp, tm->tcpm_next); in tcp_metrics_flush_all()913 pp = &tm->tcpm_next; in tcp_metrics_flush_all()[all …]