Searched refs:nexthole (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_sack.c294 if (tp->sackhint.nexthole == NULL)
295 tp->sackhint.nexthole = hole;
307 if (tp->sackhint.nexthole == hole)
308 tp->sackhint.nexthole = TAILQ_NEXT(hole, scblink);
622 tp->sackhint.nexthole = NULL;
706 hole = tp->sackhint.nexthole;
711 tp->sackhint.nexthole = hole;
H A Dtcp_var.h177 struct sackhole *nexthole; member in struct:sackhint

Completed in 15 milliseconds