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

/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_tcp6.c187 long ttd; local
189 ttd = req->rsk_timer.expires - bpf_jiffies64();
193 if (ttd < 0)
194 ttd = 0;
205 TCP_SYN_RECV, 0, 0, 1, jiffies_to_clock_t(ttd),
H A Dbpf_iter_tcp4.c177 long ttd; local
179 ttd = req->rsk_timer.expires - bpf_jiffies64();
181 if (ttd < 0)
182 ttd = 0;
189 TCP_SYN_RECV, 0, 0, 1, jiffies_to_clock_t(ttd),
/linux-master/net/ipv6/
H A Dip6_flowlabel.c132 unsigned long ttd = fl->lastuse + fl->linger; local
133 if (time_after(ttd, fl->expires))
134 fl->expires = ttd;
135 ttd = fl->expires;
142 time_after(ip6_fl_gc_timer.expires, ttd))
143 mod_timer(&ip6_fl_gc_timer, ttd);
164 unsigned long ttd = fl->lastuse + fl->linger; local
165 if (time_after(ttd, fl->expires))
166 fl->expires = ttd;
167 ttd
[all...]
H A Dtcp_ipv6.c2141 long ttd = req->rsk_timer.expires - jiffies; local
2145 if (ttd < 0)
2146 ttd = 0;
2161 jiffies_to_clock_t(ttd),
/linux-master/drivers/usb/c67x00/
H A Dc67x00-sched.c798 struct c67x00_td *td, *ttd; local
804 list_for_each_entry_safe(td, ttd, &c67x00->td_list, td_list) {

Completed in 123 milliseconds