Home
last modified time | relevance | path

Searched refs:newly_acked_sacked (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dtcp_input.c2693 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int newly_lost, int flag) in tcp_cwnd_reduction() argument
2699 if (newly_acked_sacked <= 0 || WARN_ON_ONCE(!tp->prior_cwnd)) in tcp_cwnd_reduction()
2702 tp->prr_delivered += newly_acked_sacked; in tcp_cwnd_reduction()
2709 newly_acked_sacked); in tcp_cwnd_reduction()
/openbmc/linux/include/net/
H A Dtcp.h394 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int newly_lost, int flag);