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)) {
777 tm = rcu_dereference(tm->tcpm_next), col++) {
871 tm = rcu_dereference(tm->tcpm_next)) {
911 rcu_assign_pointer(*pp, tm->tcpm_next);
914 pp = &tm->tcpm_next;
952 rcu_assign_pointer(*pp, tm->tcpm_next);
956 pp = &tm->tcpm_next;