Home | History | Annotate | Download | only in netinet

Lines Matching refs:resetHead

1479 	    (TAILQ_EMPTY(&asoc->resetHead)) &&
1546 TAILQ_EMPTY(&asoc->resetHead) &&
1810 if (((liste = TAILQ_FIRST(&asoc->resetHead)) != NULL) &&
1889 if (((liste = TAILQ_FIRST(&asoc->resetHead)) != NULL) &&
1900 TAILQ_REMOVE(&asoc->resetHead, liste, next_resp);
1903 liste = TAILQ_FIRST(&asoc->resetHead);
1904 if (TAILQ_EMPTY(&asoc->resetHead)) {