Searched refs:sackhint (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_sack.c292 if (tp->sackhint.nexthole == NULL)
293 tp->sackhint.nexthole = hole;
305 if (tp->sackhint.nexthole == hole)
306 tp->sackhint.nexthole = TAILQ_NEXT(hole, scblink);
460 tp->sackhint.sack_bytes_rexmit -= (cur->rxmit - cur->start);
498 tp->sackhint.sack_bytes_rexmit
508 tp->sackhint.sack_bytes_rexmit += (cur->rxmit - cur->start);
531 tp->sackhint.sack_bytes_rexmit = 0;
532 tp->sackhint.nexthole = NULL;
559 tp->snd_cwnd = (tp->sackhint
[all...]
H A Dtcp_var.h180 struct sackhint { struct
371 struct sackhint sackhint; /* SACK scoreboard hint */ member in struct:tcpcb
H A Dtcp_output.c1679 tp->sackhint.sack_bytes_rexmit += len;
2096 tp->sackhint.sack_bytes_rexmit -= lost;
H A Dtcp_input.c3427 tp->sackhint.sack_bytes_rexmit;
3517 tp->sackhint.sack_bytes_rexmit;

Completed in 27 milliseconds