Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dtcp_metrics.c46 unsigned long tcpm_stamp; member
105 WRITE_ONCE(tm->tcpm_stamp, jiffies); in tcpm_suck_dst()
152 limit = READ_ONCE(tm->tcpm_stamp) + TCP_METRICS_TIMEOUT; in tcpm_check_stamp()
194 if (time_before(READ_ONCE(tm->tcpm_stamp), in tcpm_new()
195 READ_ONCE(oldest->tcpm_stamp))) in tcpm_new()
457 WRITE_ONCE(tm->tcpm_stamp, jiffies); in tcp_update_metrics()
668 jiffies - READ_ONCE(tm->tcpm_stamp), in tcp_metrics_fill_info()