Home
last modified time | relevance | path

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

/linux-3.4.99/net/ipv6/
Dip6_flowlabel.c106 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()
[all …]
Dtcp_ipv6.c1910 int ttd = req->expires - jiffies; in get_openreq6() local
1914 if (ttd < 0) in get_openreq6()
1915 ttd = 0; in get_openreq6()
1930 jiffies_to_clock_t(ttd), in get_openreq6()
2000 int ttd = tw->tw_ttd - jiffies; in get_timewait6_sock() local
2002 if (ttd < 0) in get_timewait6_sock()
2003 ttd = 0; in get_timewait6_sock()
2019 3, jiffies_to_clock_t(ttd), 0, 0, 0, 0, in get_timewait6_sock()
/linux-3.4.99/net/ipv4/
Dtcp_ipv4.c2403 int ttd = req->expires - jiffies; in get_openreq4() local
2415 jiffies_to_clock_t(ttd), in get_openreq4()
2485 int ttd = tw->tw_ttd - jiffies; in get_timewait4_sock() local
2487 if (ttd < 0) in get_timewait4_sock()
2488 ttd = 0; in get_timewait4_sock()
2498 3, jiffies_to_clock_t(ttd), 0, 0, 0, 0, in get_timewait4_sock()
/linux-3.4.99/drivers/usb/c67x00/
Dc67x00-sched.c820 struct c67x00_td *td, *ttd; in c67x00_fill_frame() local
826 list_for_each_entry_safe(td, ttd, &c67x00->td_list, td_list) { in c67x00_fill_frame()