Searched refs:qent (Results 1 – 2 of 2) sorted by relevance
1684 if (!qent->first || MP_RECV_SEQ_DIFF(priv, qent->seq, priv->mseq) > 1) in ng_ppp_check_packet()1688 while (!qent->last) { in ng_ppp_check_packet()1694 qent = qnext; in ng_ppp_check_packet()1715 for (tail = NULL; qent != NULL; qent = qnext) { in ng_ppp_get_packet()1728 if (qent->last) { in ng_ppp_get_packet()1812 NG_FREE_M(qent->data); in ng_ppp_frag_drop()1908 if (qent->first) in ng_ppp_frag_checkstale()1909 beg = qent; in ng_ppp_frag_checkstale()1913 end = qent; in ng_ppp_frag_checkstale()2615 for (qent = TAILQ_FIRST(&priv->frags); qent; qent = qnext) { in ng_ppp_frag_reset()[all …]
5542 struct sctp_mcore_queue *qent; in sctp_queue_to_mcore() local5554 if (qent == NULL) { in sctp_queue_to_mcore()5559 qent->vn = curvnet; in sctp_queue_to_mcore()5560 qent->m = m; in sctp_queue_to_mcore()5561 qent->off = off; in sctp_queue_to_mcore()5562 qent->v6 = 0; in sctp_queue_to_mcore()5608 if (qent) { in sctp_mcore_thread()5611 CURVNET_SET(qent->vn); in sctp_mcore_thread()5612 m = qent->m; in sctp_mcore_thread()5613 off = qent->off; in sctp_mcore_thread()[all …]