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

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

Completed in 118 milliseconds