Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Dip6_flowlabel.c114 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()
[all …]
Dtcp_ipv6.c1771 long ttd = req->rsk_timer.expires - jiffies; in get_openreq6() local
1775 if (ttd < 0) in get_openreq6()
1776 ttd = 0; in get_openreq6()
1791 jiffies_to_clock_t(ttd), in get_openreq6()
/Linux-v4.19/drivers/usb/c67x00/
Dc67x00-sched.c797 struct c67x00_td *td, *ttd; in c67x00_fill_frame() local
803 list_for_each_entry_safe(td, ttd, &c67x00->td_list, td_list) { in c67x00_fill_frame()