Searched refs:newbytes_acked (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/bsd/netinet/ |
| H A D | tcp_sack.c | 405 tcp_sack_update_byte_counter(uint32_t start, uint32_t end, uint32_t *newbytes_acked) in tcp_sack_update_byte_counter() argument 407 *newbytes_acked += (end - start); in tcp_sack_update_byte_counter() 417 u_int32_t *newbytes_acked, uint32_t *highest_sacked_seq) in tcp_sack_doack() argument 488 tcp_segs_dosack(tp, sblkp->start, sblkp->end, tsecr, newbytes_acked); in tcp_sack_doack() 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() [all …]
|