Home
last modified time | relevance | path

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

/linux-6.1.9/net/ipv4/
Dtcp_metrics.c42 struct tcp_metrics_block __rcu *tcpm_next; member
175 for (tm = deref_locked(oldest->tcpm_next); tm; in tcpm_new()
176 tm = deref_locked(tm->tcpm_next)) { in tcpm_new()
193 tm->tcpm_next = tcp_metrics_hash[hash].chain; in tcpm_new()
219 tm = rcu_dereference(tm->tcpm_next)) { in __tcp_get_metrics()
261 tm = rcu_dereference(tm->tcpm_next)) { in __tcp_get_metrics_req()
759 tm = rcu_dereference(tm->tcpm_next), col++) { in tcp_metrics_nl_dump()
853 tm = rcu_dereference(tm->tcpm_next)) { in tcp_metrics_nl_cmd_get()
893 *pp = tm->tcpm_next; in tcp_metrics_flush_all()
896 pp = &tm->tcpm_next; in tcp_metrics_flush_all()
[all …]