Searched refs:after_timeout (Results 1 – 5 of 5) sorted by relevance
212 void (*after_timeout) (struct tcpcb *tp); member
99 .after_timeout = tcp_newreno_after_timeout,
76 .after_timeout = tcp_ledbat_after_timeout,
66 .after_timeout = tcp_cubic_after_timeout,
1389 CC_ALGO(tp)->after_timeout != NULL) { in tcp_timers()1390 CC_ALGO(tp)->after_timeout(tp); in tcp_timers()