Searched refs:after_idle (Results 1 – 6 of 6) sorted by relevance
209 void (*after_idle) (struct tcpcb *tp); member259 void (*after_idle) (struct tcpcb *tp); member
105 .after_idle = tcp_newreno_cwnd_init_or_reset,
70 .after_idle = tcp_rledbat_after_idle,
84 .after_idle = tcp_ledbat_after_idle,
79 .after_idle = tcp_cubic_cwnd_init_or_reset,
633 if (CC_ALGO(tp)->after_idle != NULL && in tcp_output()636 CC_ALGO(tp)->after_idle(tp); in tcp_output()