Searched refs:ttd (Results 1 – 2 of 2) sorted by relevance
122 unsigned long ttd = fl->lastuse + fl->linger; in fl_release() local123 if (time_after(ttd, fl->expires)) in fl_release()124 fl->expires = ttd; in fl_release()125 ttd = fl->expires; in fl_release()132 time_after(ip6_fl_gc_timer.expires, ttd)) in fl_release()133 mod_timer(&ip6_fl_gc_timer, ttd); in fl_release()154 unsigned long ttd = fl->lastuse + fl->linger; in ip6_fl_gc() local155 if (time_after(ttd, fl->expires)) in ip6_fl_gc()156 fl->expires = ttd; in ip6_fl_gc()157 ttd = fl->expires; in ip6_fl_gc()[all …]
1739 int ttd = req->expires - jiffies; in get_openreq6() local1743 if (ttd < 0) in get_openreq6()1744 ttd = 0; in get_openreq6()1759 jiffies_to_clock_t(ttd), in get_openreq6()