Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_sack.c335 tcp_seq sacked_seq, tcp_seq snd_fack) in tcp_sack_detect_reordering() argument
343 if (SEQ_GT(s->end, snd_fack)) { in tcp_sack_detect_reordering()
390 VERIFY(SEQ_GEQ(snd_fack, s->rxmit)); in tcp_sack_detect_reordering()
495 tp->snd_fack = SEQ_MAX(tp->snd_una, th_ack); in tcp_sack_doack()
498 old_snd_fack = tp->snd_fack; in tcp_sack_doack()
511 if (SEQ_LT(tp->snd_fack, sblkp->start)) { in tcp_sack_doack()
519 temp = tcp_sackhole_insert(tp, tp->snd_fack, sblkp->start, NULL); in tcp_sack_doack()
521 tp->snd_fack = sblkp->end; in tcp_sack_doack()
536 SEQ_LT(tp->snd_fack, sblkp->start)) { in tcp_sack_doack()
540 SEQ_LT(tp->snd_fack, sblkp->end)) { in tcp_sack_doack()
[all …]
H A Dtcp_output.c1000 SEQ_LT(tp->snd_fack, tp->snd_recover) && in tcp_output()
1002 len = min((tp->snd_recover - tp->snd_fack), in tcp_output()
H A Dtcp_var.h463 tcp_seq snd_fack; /* last seq number(+1) sack'd by rcv'r*/ member
H A Dtcp_input.c1558 obytes = (tp->snd_max - tp->snd_fack) + in tcp_early_rexmt_check()
4546 awnd = (tp->snd_nxt - tp->snd_fack) + tp->sackhint.sack_bytes_rexmit; in tcp_input()