Searched refs:highest_sacked_seq (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.81.4/bsd/netinet/ |
| H A D | tcp_sack.c | 428 u_int32_t *newbytes_acked, uint32_t *highest_sacked_seq) in tcp_sack_doack() argument 491 *highest_sacked_seq = sblkp->end; in tcp_sack_doack()
|
| H A D | tcp_input.c | 2035 uint32_t highest_sacked_seq = 0; in tcp_input() local 2504 highest_sacked_seq = th->th_ack; in tcp_input() 4796 tcp_sack_doack(tp, &to, th, &sack_bytes_acked, &highest_sacked_seq); in tcp_input() 4853 tcp_sack_doack(tp, &to, th, &sack_bytes_acked, &highest_sacked_seq); in tcp_input() 4906 SEQ_LT(tp->snd_fack, highest_sacked_seq)) { in tcp_input() 4907 tp->snd_fack = highest_sacked_seq; in tcp_input() 5356 if (SEQ_LT(tp->snd_fack, highest_sacked_seq)) { in tcp_input() 5357 tp->snd_fack = highest_sacked_seq; in tcp_input()
|