Searched refs:newly_acked_sacked (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_input.c | 2624 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int flag) in tcp_cwnd_reduction() argument 2630 if (newly_acked_sacked <= 0 || WARN_ON_ONCE(!tp->prior_cwnd)) in tcp_cwnd_reduction() 2633 tp->prr_delivered += newly_acked_sacked; in tcp_cwnd_reduction() 2642 newly_acked_sacked) + 1); in tcp_cwnd_reduction() 2644 sndcnt = min(delta, newly_acked_sacked); in tcp_cwnd_reduction()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_input.c | 2643 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int newly_lost, int flag) in tcp_cwnd_reduction() argument 2649 if (newly_acked_sacked <= 0 || WARN_ON_ONCE(!tp->prior_cwnd)) in tcp_cwnd_reduction() 2652 tp->prr_delivered += newly_acked_sacked; in tcp_cwnd_reduction() 2659 newly_acked_sacked); in tcp_cwnd_reduction()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | tcp.h | 384 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int flag);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | tcp.h | 393 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int newly_lost, int flag);
|
Completed in 25 milliseconds