Home
last modified time | relevance | path

Searched defs:bytes_acked (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_ledbat.c231 ledbat_pp_congestion_avd(struct tcpcb *tp, uint32_t bytes_acked, in ledbat_pp_congestion_avd()
304 ledbat_pp_ack_rcvd(struct tcpcb *tp, uint32_t bytes_acked) in ledbat_pp_ack_rcvd()
H A Dtcp_input.c2946 uint32_t bytes_acked = tcp_round_to(BYTES_ACKED(th, tp), tp->t_maxseg); in tcp_input() local
H A Dtcp_var.h296 …uint32_t bytes_acked; /* bytes acked in this ACK that were not CE marked, used for cwnd increa… member