Home
last modified time | relevance | path

Searched refs:acked_sacked (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/net/ipv4/
Dtcp_rate.c125 rs->acked_sacked = delivered; /* freshly ACKed or SACKed */ in tcp_rate_gen()
Dtcp_bbr.c847 bbr_set_cwnd(sk, rs, rs->acked_sacked, bw, bbr->cwnd_gain); in bbr_main()
Dtcp_input.c3309 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/
Dtcp.h997 u32 acked_sacked; /* number of packets newly (S)ACKed upon ACK */ member