Searched refs:qent (Results 1 – 1 of 1) sorted by relevance
6416 struct sctp_mcore_queue *qent; local6424 SCTP_MALLOC(qent, struct sctp_mcore_queue *,6427 if (qent == NULL) {6433 qent->vn = curvnet;6435 qent->m = m;6436 qent->off = off;6437 qent->v6 = 0;6441 TAILQ_INSERT_TAIL(&wkq->que, qent, next);6456 struct sctp_mcore_queue *qent; local6482 qent = TAILQ_FIRST(&wkq->que);[all …]