Lines Matching refs:ttd
114 unsigned long ttd = fl->lastuse + fl->linger; in fl_release() local
115 if (time_after(ttd, fl->expires)) in fl_release()
116 fl->expires = ttd; in fl_release()
117 ttd = fl->expires; in fl_release()
124 time_after(ip6_fl_gc_timer.expires, ttd)) in fl_release()
125 mod_timer(&ip6_fl_gc_timer, ttd); in fl_release()
146 unsigned long ttd = fl->lastuse + fl->linger; in ip6_fl_gc() local
147 if (time_after(ttd, fl->expires)) in ip6_fl_gc()
148 fl->expires = ttd; in ip6_fl_gc()
149 ttd = fl->expires; in ip6_fl_gc()
150 if (time_after_eq(now, ttd)) { in ip6_fl_gc()
156 if (!sched || time_before(ttd, sched)) in ip6_fl_gc()
157 sched = ttd; in ip6_fl_gc()