Searched refs:uxq (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsscoppriv.h253 sscop_msgq_head_t uxq; /* UD xmit queue */ member in struct:sscop
H A Dsaal_sscop.c436 MSGQ_CLEAR(&sscop->uxq);
485 MSGQ_INIT(&sscop->uxq);
4312 MSGQ_APPEND(&sscop->uxq, msg);
4338 while((msg = MSGQ_GET(&sscop->uxq)) != NULL) {

Completed in 111 milliseconds