Home
last modified time | relevance | path

Searched refs:undo_cwnd (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/ipv4/
Dtcp_bic.c217 .undo_cwnd = bictcp_undo_cwnd,
Dtcp_htcp.c294 .undo_cwnd = htcp_cwnd_undo,
Dtcp_cubic.c473 .undo_cwnd = bictcp_undo_cwnd,
Dtcp_input.c2396 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()
/linux-4.1.27/include/net/
Dtcp.h830 u32 (*undo_cwnd)(struct sock *sk); member