Searched refs:acked_sacked (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/ipv4/ |
D | tcp_rate.c | 125 rs->acked_sacked = delivered; /* freshly ACKed or SACKed */ in tcp_rate_gen()
|
D | tcp_bbr.c | 847 bbr_set_cwnd(sk, rs, rs->acked_sacked, bw, bbr->cwnd_gain); in bbr_main()
|
D | tcp_input.c | 3309 static void tcp_cong_control(struct sock *sk, u32 ack, u32 acked_sacked, in tcp_cong_control() argument 3321 tcp_cwnd_reduction(sk, acked_sacked, flag); in tcp_cong_control() 3324 tcp_cong_avoid(sk, ack, acked_sacked); in tcp_cong_control()
|
/Linux-v4.19/include/net/ |
D | tcp.h | 997 u32 acked_sacked; /* number of packets newly (S)ACKed upon ACK */ member
|