Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_metrics.c160 #define deref_locked(p) \ macro
191 oldest = deref_locked(tcp_metrics_hash[hash].chain); in tcpm_new()
192 for (tm = deref_locked(oldest->tcpm_next); tm; in tcpm_new()
193 tm = deref_locked(tm->tcpm_next)) { in tcpm_new()
909 for (tm = deref_locked(*pp); tm; tm = deref_locked(*pp)) { in tcp_metrics_flush_all()
951 for (tm = deref_locked(*pp); tm; tm = deref_locked(*pp)) { in tcp_metrics_nl_cmd_del()