Searched refs:acked_sacked (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_bbr.c | 821 if (!bbr_extra_acked_gain || rs->acked_sacked <= 0 || in bbr_update_ack_aggregation() 846 (bbr->ack_epoch_acked + rs->acked_sacked >= in bbr_update_ack_aggregation() 855 bbr->ack_epoch_acked + rs->acked_sacked); in bbr_update_ack_aggregation() 1033 bbr_set_cwnd(sk, rs, rs->acked_sacked, bw, bbr->cwnd_gain); in bbr_main()
|
| H A D | tcp_rate.c | 127 rs->acked_sacked = delivered; /* freshly ACKed or SACKed */ in tcp_rate_gen()
|
| H A D | tcp_input.c | 3466 static void tcp_cong_control(struct sock *sk, u32 ack, u32 acked_sacked, in tcp_cong_control() argument 3478 tcp_cwnd_reduction(sk, acked_sacked, flag); in tcp_cong_control() 3481 tcp_cong_avoid(sk, ack, acked_sacked); in tcp_cong_control()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | bpf_tcp_helpers.h | 138 __u32 acked_sacked; /* number of packets newly (S)ACKed upon ACK */ member
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | tcp.h | 1055 u32 acked_sacked; /* number of packets newly (S)ACKed upon ACK */ member
|