Home
last modified time | relevance | path

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

/linux/net/ipv6/
A 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()
143 mod_timer(&ip6_fl_gc_timer, ttd); in fl_release()
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()
168 if (time_after_eq(now, ttd)) { in ip6_fl_gc()
174 if (!sched || time_before(ttd, sched)) in ip6_fl_gc()
[all …]
A Dtcp_ipv6.c1983 long ttd = req->rsk_timer.expires - jiffies; in get_openreq6() local
1987 if (ttd < 0) in get_openreq6()
1988 ttd = 0; in get_openreq6()
2003 jiffies_to_clock_t(ttd), in get_openreq6()
/linux/tools/testing/selftests/bpf/progs/
A Dbpf_iter_tcp4.c177 long ttd; in dump_req_sock() local
179 ttd = req->rsk_timer.expires - bpf_jiffies64(); in dump_req_sock()
181 if (ttd < 0) in dump_req_sock()
182 ttd = 0; in dump_req_sock()
189 TCP_SYN_RECV, 0, 0, 1, jiffies_to_clock_t(ttd), in dump_req_sock()
A Dbpf_iter_tcp6.c187 long ttd; in dump_req_sock() local
189 ttd = req->rsk_timer.expires - bpf_jiffies64(); in dump_req_sock()
193 if (ttd < 0) in dump_req_sock()
194 ttd = 0; in dump_req_sock()
205 TCP_SYN_RECV, 0, 0, 1, jiffies_to_clock_t(ttd), in dump_req_sock()
/linux/drivers/usb/c67x00/
A Dc67x00-sched.c798 struct c67x00_td *td, *ttd; in c67x00_fill_frame() local
804 list_for_each_entry_safe(td, ttd, &c67x00->td_list, td_list) { in c67x00_fill_frame()

Completed in 13 milliseconds