Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_metrics.c152 #define deref_locked(p) \ macro
183 oldest = deref_locked(tcp_metrics_hash[hash].chain); in tcpm_new()
184 for (tm = deref_locked(oldest->tcpm_next); tm; in tcpm_new()
185 tm = deref_locked(tm->tcpm_next)) { in tcpm_new()
1060 for (tm = deref_locked(*pp); tm; tm = deref_locked(*pp)) { in tcp_metrics_flush_all()
1099 for (tm = deref_locked(*pp); tm; tm = deref_locked(*pp)) { in tcp_metrics_nl_cmd_del()