Home
last modified time | relevance | path

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

/linux/net/ipv4/
A 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()
852 tm = rcu_dereference(tm->tcpm_next)) { in tcp_metrics_nl_cmd_get()
892 *pp = tm->tcpm_next; in tcp_metrics_flush_all()
895 pp = &tm->tcpm_next; in tcp_metrics_flush_all()
933 *pp = tm->tcpm_next; in tcp_metrics_nl_cmd_del()
[all …]

Completed in 4 milliseconds