Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_sack.c416 tcp_sack_update_byte_counter(uint32_t start, uint32_t end, uint32_t *newbytes_acked) in tcp_sack_update_byte_counter() argument
418 *newbytes_acked += (end - start); in tcp_sack_update_byte_counter()
428 u_int32_t *newbytes_acked, uint32_t *highest_sacked_seq) in tcp_sack_doack() argument
498 tcp_segs_dosack(tp, sblkp->start, sblkp->end, tsecr, newbytes_acked); in tcp_sack_doack()
540 tcp_sack_update_byte_counter(sblkp->start, sblkp->end, newbytes_acked); in tcp_sack_doack()
559 tcp_sack_update_byte_counter(tp->snd_fack, sblkp->end, newbytes_acked); in tcp_sack_doack()
565 tcp_sack_update_byte_counter(tp->snd_fack, sblkp->end, newbytes_acked); in tcp_sack_doack()
600 tcp_sack_update_byte_counter(cur->start, cur->end, newbytes_acked); in tcp_sack_doack()
614 tcp_sack_update_byte_counter(cur->start, sblkp->end, newbytes_acked); in tcp_sack_doack()
624 tcp_sack_update_byte_counter(sblkp->start, cur->end, newbytes_acked); in tcp_sack_doack()
[all …]