Searched defs:MSGQ_PEEK (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/ngatm/libngatm/
H A Dsscopcust.h114 #define MSGQ_PEEK(Q) (TAILQ_EMPTY((Q)) ? NULL : TAILQ_FIRST((Q))) macro
/freebsd-12-stable/sys/netgraph/atm/sscop/
H A Dng_sscop_cust.h148 #define MSGQ_PEEK(Q) TAILQ_FIRST((Q)) macro

Completed in 161 milliseconds