Searched refs:undo_cwnd (Results 1 – 5 of 5) sorted by relevance
217 .undo_cwnd = bictcp_undo_cwnd,
294 .undo_cwnd = htcp_cwnd_undo,
473 .undo_cwnd = bictcp_undo_cwnd,
2396 if (icsk->icsk_ca_ops->undo_cwnd) in tcp_undo_cwnd_reduction()2397 tp->snd_cwnd = icsk->icsk_ca_ops->undo_cwnd(sk); in tcp_undo_cwnd_reduction()
830 u32 (*undo_cwnd)(struct sock *sk); member