Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_sack.c428 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 Dtcp_input.c2037 uint32_t highest_sacked_seq = 0; in tcp_input() local
2527 highest_sacked_seq = th->th_ack; in tcp_input()
4849 tcp_sack_doack(tp, &to, th, &sack_bytes_acked, &highest_sacked_seq); in tcp_input()
4900 tcp_rack_update_reordering_window(tp, highest_sacked_seq); in tcp_input()
4917 tcp_sack_doack(tp, &to, th, &sack_bytes_acked, &highest_sacked_seq); in tcp_input()
4962 SEQ_LT(tp->snd_fack, highest_sacked_seq)) { in tcp_input()
4963 tp->snd_fack = highest_sacked_seq; in tcp_input()
5412 if (SEQ_LT(tp->snd_fack, highest_sacked_seq)) { in tcp_input()
5413 tp->snd_fack = highest_sacked_seq; in tcp_input()