Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_sack.c405 tcp_sack_update_byte_counter(uint32_t start, uint32_t end, uint32_t *newbytes_acked) in tcp_sack_update_byte_counter() function
530 tcp_sack_update_byte_counter(sblkp->start, sblkp->end, newbytes_acked); in tcp_sack_doack()
549 tcp_sack_update_byte_counter(tp->snd_fack, sblkp->end, newbytes_acked); in tcp_sack_doack()
555 tcp_sack_update_byte_counter(tp->snd_fack, sblkp->end, newbytes_acked); in tcp_sack_doack()
590 tcp_sack_update_byte_counter(cur->start, cur->end, newbytes_acked); in tcp_sack_doack()
604 tcp_sack_update_byte_counter(cur->start, sblkp->end, newbytes_acked); in tcp_sack_doack()
614 tcp_sack_update_byte_counter(sblkp->start, cur->end, newbytes_acked); in tcp_sack_doack()
629 tcp_sack_update_byte_counter(sblkp->start, sblkp->end, newbytes_acked); in tcp_sack_doack()