Searched refs:after_idle (Results 1 – 6 of 6) sorted by relevance
209 void (*after_idle) (struct tcpcb *tp); member257 void (*after_idle) (struct tcpcb *tp); member
98 .after_idle = tcp_newreno_cwnd_init_or_reset,
56 .after_idle = tcp_rledbat_after_idle,
75 .after_idle = tcp_ledbat_after_idle,
65 .after_idle = tcp_cubic_cwnd_init_or_reset,
748 if (CC_ALGO(tp)->after_idle != NULL && in tcp_output()751 CC_ALGO(tp)->after_idle(tp); in tcp_output()