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

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

Completed in 102 milliseconds