Lines Matching refs:snd_holes
200 TAILQ_INSERT_AFTER(&tp->snd_holes, prev, hole, sackhole_q);
202 TAILQ_INSERT_TAIL(&tp->snd_holes, hole, sackhole_q);
215 TAILQ_REMOVE(&tp->snd_holes, hole, sackhole_q);
307 cur = TAILQ_FIRST(&tp->snd_holes);
317 if (TAILQ_EMPTY(&tp->snd_holes)) {
408 struct sackhole *cur = TAILQ_FIRST(&tp->snd_holes);
433 while ((sack = TAILQ_FIRST(&tp->snd_holes)) != NULL) {
452 TAILQ_FOREACH(cur, &tp->snd_holes, sackhole_q) {
475 struct sackhole *cur = TAILQ_FIRST(&tp->snd_holes);
478 if (TAILQ_EMPTY(&tp->snd_holes))
545 TAILQ_FOREACH(cur, &tp->snd_holes, sackhole_q) {