Searched refs:qent (Results 1 – 1 of 1) sorted by relevance
6354 struct sctp_mcore_queue *qent; local6362 SCTP_MALLOC(qent, struct sctp_mcore_queue *,6365 if (qent == NULL) {6371 qent->vn = curvnet;6373 qent->m = m;6374 qent->off = off;6375 qent->v6 = 0;6379 TAILQ_INSERT_TAIL(&wkq->que, qent, next);6394 struct sctp_mcore_queue *qent; local6420 qent = TAILQ_FIRST(&wkq->que);[all …]