Home
last modified time | relevance | path

Searched defs:MSGQ_INSERT_BEFORE (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/ngatm/libngatm/
HDsscopcust.h112 #define MSGQ_INSERT_BEFORE(B,M) TAILQ_INSERT_BEFORE(B,M,link) macro
/freebsd-13-stable/sys/netgraph/atm/sscop/
HDng_sscop_cust.h143 #define MSGQ_INSERT_BEFORE(B, M) TAILQ_INSERT_BEFORE(B, M, link) macro