Lines Matching refs:nextq
1640 queue_t *nextq;
1650 (nextq = sppptun_outpkt(q, &mp)) != NULL) {
1651 putnext(nextq, mp);
1786 queue_t *nextq;
1809 if ((nextq = sppptun_outpkt(q, &mp)) != NULL) {
1810 putnext(nextq, mp);
2264 queue_t *nextq;
2275 if ((nextq = sppptun_recv(q, &mp, NULL)) != NULL)
2276 putnext(nextq, mp);
2314 nextq = sppptun_recv(q, &mpnext,
2319 if (nextq != NULL)
2320 putnext(nextq, mpnext);