Searched refs:MSGQ_GET (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/ngatm/libngatm/
H A Dsscopcust.h115 #define MSGQ_GET(Q) \ macro
/freebsd-11.0-release/sys/netgraph/atm/sscop/
H A Dng_sscop_cust.h148 #define MSGQ_GET(Q) ng_sscop_msgq_get((Q)) macro
/freebsd-11.0-release/sys/contrib/ngatm/netnatm/saal/
H A Dsaal_sscop.c1100 if ((msg = MSGQ_GET(&sscop->rbuf)) == NULL)
1112 while ((msg = MSGQ_GET(&sscop->rbuf)) != NULL) {
1164 while((s = MSGQ_GET(&sscop->xq)) != NULL) {
3825 msg = MSGQ_GET(&sscop->xq);
3930 msg = MSGQ_GET(&sscop->rbuf);
4338 while((msg = MSGQ_GET(&sscop->uxq)) != NULL) {
4356 while((msg = MSGQ_GET(&sscop->mxq)) != NULL) {

Completed in 105 milliseconds