Home
last modified time | relevance | path

Searched refs:ttd (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_tcp4.c178 long ttd; in dump_req_sock() local
180 ttd = req->rsk_timer.expires - bpf_jiffies64(); in dump_req_sock()
182 if (ttd < 0) in dump_req_sock()
183 ttd = 0; in dump_req_sock()
190 TCP_SYN_RECV, 0, 0, 1, jiffies_to_clock_t(ttd), in dump_req_sock()
H A Dbpf_iter_tcp6.c188 long ttd; in dump_req_sock() local
190 ttd = req->rsk_timer.expires - bpf_jiffies64(); in dump_req_sock()
194 if (ttd < 0) in dump_req_sock()
195 ttd = 0; in dump_req_sock()
206 TCP_SYN_RECV, 0, 0, 1, jiffies_to_clock_t(ttd), in dump_req_sock()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H 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()
H 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()
/kernel/linux/linux-5.10/net/ipv6/
H 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()
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 in ip6_fl_gc()
[all...]
H A Dtcp_ipv6.c1949 long ttd = req->rsk_timer.expires - jiffies; in get_openreq6() local
1953 if (ttd < 0) in get_openreq6()
1954 ttd = 0; in get_openreq6()
1969 jiffies_to_clock_t(ttd), in get_openreq6()
/kernel/linux/linux-6.6/net/ipv6/
H 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()
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 in ip6_fl_gc()
[all...]
H A Dtcp_ipv6.c1963 long ttd = req->rsk_timer.expires - jiffies; in get_openreq6() local
1967 if (ttd < 0) in get_openreq6()
1968 ttd = 0; in get_openreq6()
1983 jiffies_to_clock_t(ttd), in get_openreq6()
/kernel/linux/linux-5.10/drivers/usb/c67x00/
H 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()
/kernel/linux/linux-6.6/drivers/usb/c67x00/
H 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 15 milliseconds