Home
last modified time | relevance | path

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

/linux/net/ipv4/
A Dtcp_metrics.c46 unsigned long tcpm_stamp; member
100 tm->tcpm_stamp = jiffies; in tcpm_suck_dst()
136 if (tm && unlikely(time_after(jiffies, tm->tcpm_stamp + TCP_METRICS_TIMEOUT))) in tcpm_check_stamp()
177 if (time_before(tm->tcpm_stamp, oldest->tcpm_stamp)) in tcpm_new()
436 tm->tcpm_stamp = jiffies; in tcp_update_metrics()
649 jiffies - tm->tcpm_stamp, in tcp_metrics_fill_info()

Completed in 5 milliseconds