HomeSort by: relevance | last modified time | path
    Searched refs:snd_holes (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
tcp_sack.c 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))
    [all...]
tcp_var.h 350 struct sackhead snd_holes; /* TX SACK holes. */ member in struct:tcpcb
tcp_subr.c 957 TAILQ_INIT(&tp->snd_holes);

Completed in 13 milliseconds