Home
last modified time | relevance | path

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

/net/ipv6/
Dip6_flowlabel.c132 unsigned long ttd = fl->lastuse + fl->linger; in fl_release() local
133 if (time_after(ttd, fl->expires)) in fl_release()
134 fl->expires = ttd; in fl_release()
135 ttd = fl->expires; in fl_release()
142 time_after(ip6_fl_gc_timer.expires, ttd)) in fl_release()
143 mod_timer(&ip6_fl_gc_timer, ttd); in fl_release()
164 unsigned long ttd = fl->lastuse + fl->linger; in ip6_fl_gc() local
165 if (time_after(ttd, fl->expires)) in ip6_fl_gc()
166 fl->expires = ttd; in ip6_fl_gc()
167 ttd = fl->expires; in ip6_fl_gc()
[all …]
Dtcp_ipv6.c1980 long ttd = req->rsk_timer.expires - jiffies; in get_openreq6() local
1984 if (ttd < 0) in get_openreq6()
1985 ttd = 0; in get_openreq6()
2000 jiffies_to_clock_t(ttd), in get_openreq6()