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

/darwin-on-arm/xnu/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);
450 tp->sackhint.sack_bytes_rexmit -= (cur->rxmit - cur->start);
484 tp->sackhint.sack_bytes_rexmit
494 tp->sackhint.sack_bytes_rexmit += (cur->rxmit - cur->start);
517 tp->sackhint.sack_bytes_rexmit = 0;
518 tp->sackhint.nexthole = NULL;
545 tp->snd_cwnd = (tp->sackhint
[all...]
H A Dtcp_var.h163 struct sackhint { struct
347 struct sackhint sackhint; /* SACK scoreboard hint */ member in struct:tcpcb
H A Dtcp_output.c1512 tp->sackhint.sack_bytes_rexmit += len;
1909 tp->sackhint.sack_bytes_rexmit -= lost;
H A Dtcp_input.c3246 tp->sackhint.sack_bytes_rexmit;

Completed in 32 milliseconds