Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_metrics.c42 struct tcp_metrics_block __rcu *tcpm_next; member
192 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()
777 tm = rcu_dereference(tm->tcpm_next), col++) { in tcp_metrics_nl_dump()
871 tm = rcu_dereference(tm->tcpm_next)) { in tcp_metrics_nl_cmd_get()
911 rcu_assign_pointer(*pp, tm->tcpm_next); in tcp_metrics_flush_all()
914 pp = &tm->tcpm_next; in tcp_metrics_flush_all()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_metrics.c42 struct tcp_metrics_block __rcu *tcpm_next; member
192 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...]

Completed in 3 milliseconds