Searched refs:nexthole (Results 1 - 2 of 2) 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);
532 tp->sackhint.nexthole = NULL;
616 hole = tp->sackhint.nexthole;
621 tp->sackhint.nexthole = hole;
H A Dtcp_var.h181 struct sackhole *nexthole; member in struct:sackhint

Completed in 68 milliseconds