Searched refs:newly_lost (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_cc_cubic.c | 68 int newly_lost, int flag) in tcp_update_pacing_rate() 86 if (flag & FLAG_SND_UNA_ADVANCED && !newly_lost) in tcp_cwnd_reduction() 77 tcp_cwnd_reduction(struct sock * sk,int newly_acked_sacked,int newly_lost,int flag) tcp_cwnd_reduction() argument
|
| /linux/net/ipv4/ |
| H A D | tcp_input.c | 2985 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int newly_lost, int flag) in tcp_cwnd_reduction() argument 2994 trace_tcp_cwnd_reduction_tp(sk, newly_acked_sacked, newly_lost, flag); in tcp_cwnd_reduction() 3004 if (flag & FLAG_SND_UNA_ADVANCED && !newly_lost) in tcp_cwnd_reduction()
|
| /linux/include/net/ |
| H A D | tcp.h | 490 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int newly_lost, int flag);
|