Lines Matching refs:tcpm_next
42 struct tcp_metrics_block __rcu *tcpm_next;
192 for (tm = deref_locked(oldest->tcpm_next); tm;
193 tm = deref_locked(tm->tcpm_next)) {
213 tm->tcpm_next = tcp_metrics_hash[hash].chain;
239 tm = rcu_dereference(tm->tcpm_next)) {
281 tm = rcu_dereference(tm->tcpm_next)) {
776 tm = rcu_dereference(tm->tcpm_next), col++) {
870 tm = rcu_dereference(tm->tcpm_next)) {
910 rcu_assign_pointer(*pp, tm->tcpm_next);
913 pp = &tm->tcpm_next;
951 rcu_assign_pointer(*pp, tm->tcpm_next);
955 pp = &tm->tcpm_next;