Searched refs:tcp_sack_update_byte_counter (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.1.10/bsd/netinet/ |
| H A D | tcp_sack.c | 416 tcp_sack_update_byte_counter(uint32_t start, uint32_t end, uint32_t *newbytes_acked) in tcp_sack_update_byte_counter() function 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() 639 tcp_sack_update_byte_counter(sblkp->start, sblkp->end, newbytes_acked); in tcp_sack_doack()
|