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

/freebsd-9.3-release/contrib/ngatm/libngatm/
H A Dsscopcust.h114 #define MSGQ_PEEK(Q) (TAILQ_EMPTY((Q)) ? NULL : TAILQ_FIRST((Q))) macro
/freebsd-9.3-release/sys/netgraph/atm/sscop/
H A Dng_sscop_cust.h146 #define MSGQ_PEEK(Q) TAILQ_FIRST((Q)) macro
/freebsd-9.3-release/sys/contrib/ngatm/netnatm/saal/
H A Dsaal_sscop.c3925 if((msg = MSGQ_PEEK(&sscop->rbuf)) == NULL)
4072 while((msg = MSGQ_PEEK(&sscop->xbuf)) != NULL && msg->seqno < (u_int)pdu.sscop_ns) {
4186 while((m = MSGQ_PEEK(&sscop->xbuf)) != NULL

Completed in 110 milliseconds