Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dtcp_input.c2569 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int flag) in tcp_cwnd_reduction() argument
2575 if (newly_acked_sacked <= 0 || WARN_ON_ONCE(!tp->prior_cwnd)) in tcp_cwnd_reduction()
2578 tp->prr_delivered += newly_acked_sacked; in tcp_cwnd_reduction()
2587 newly_acked_sacked) + 1); in tcp_cwnd_reduction()
2589 sndcnt = min(delta, newly_acked_sacked); in tcp_cwnd_reduction()
/kernel/linux/linux-5.10/include/net/
Dtcp.h380 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int flag);