Searched refs:newly_lost (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | bpf_cc_cubic.c | 77 int newly_lost, int flag) in tcp_cwnd_reduction() argument 95 if (flag & FLAG_SND_UNA_ADVANCED && !newly_lost) in tcp_cwnd_reduction()
|
| /linux-6.15/include/trace/events/ |
| H A D | tcp.h | 264 int newly_lost, int flag), 265 TP_ARGS(sk, newly_acked_sacked, newly_lost, flag)
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp_input.c | 2713 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int newly_lost, int flag) in tcp_cwnd_reduction() argument 2722 trace_tcp_cwnd_reduction_tp(sk, newly_acked_sacked, newly_lost, flag); in tcp_cwnd_reduction() 2732 if (flag & FLAG_SND_UNA_ADVANCED && !newly_lost) in tcp_cwnd_reduction()
|
| /linux-6.15/include/net/ |
| H A D | tcp.h | 437 void tcp_cwnd_reduction(struct sock *sk, int newly_acked_sacked, int newly_lost, int flag);
|