Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_metrics.c148 #define deref_locked(p) \ macro
179 oldest = deref_locked(tcp_metrics_hash[hash].chain); in tcpm_new()
180 for (tm = deref_locked(oldest->tcpm_next); tm; in tcpm_new()
181 tm = deref_locked(tm->tcpm_next)) { in tcpm_new()
1045 for (tm = deref_locked(*pp); tm; tm = deref_locked(*pp)) { in tcp_metrics_flush_all()
1084 for (tm = deref_locked(*pp); tm; tm = deref_locked(*pp)) { in tcp_metrics_nl_cmd_del()