Home
last modified time | relevance | path

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

/net/ipv6/
Dip6_flowlabel.c122 unsigned long ttd = fl->lastuse + fl->linger; in fl_release() local
123 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() local
155 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 …]
Dtcp_ipv6.c1739 int ttd = req->expires - jiffies; in get_openreq6() local
1743 if (ttd < 0) in get_openreq6()
1744 ttd = 0; in get_openreq6()
1759 jiffies_to_clock_t(ttd), in get_openreq6()