Lines Matching refs:ttd
106 unsigned long ttd = fl->lastuse + fl->linger; in fl_release() local
107 if (time_after(ttd, fl->expires)) in fl_release()
108 fl->expires = ttd; in fl_release()
109 ttd = fl->expires; in fl_release()
116 time_after(ip6_fl_gc_timer.expires, ttd)) in fl_release()
117 mod_timer(&ip6_fl_gc_timer, ttd); in fl_release()
135 unsigned long ttd = fl->lastuse + fl->linger; in ip6_fl_gc() local
136 if (time_after(ttd, fl->expires)) in ip6_fl_gc()
137 fl->expires = ttd; in ip6_fl_gc()
138 ttd = fl->expires; in ip6_fl_gc()
139 if (time_after_eq(now, ttd)) { in ip6_fl_gc()
145 if (!sched || time_before(ttd, sched)) in ip6_fl_gc()
146 sched = ttd; in ip6_fl_gc()