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

/freebsd-13-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsscoppriv.h250 * All expect the xq hold SD PDUs.
252 sscop_msgq_head_t xq; /* xmit queue (input from user before xmit) */ member in struct:sscop
H A Dsaal_sscop.c435 MSGQ_CLEAR(&sscop->xq);
484 MSGQ_INIT(&sscop->xq);
1034 MSGQ_CLEAR(&sscop->xq);
1049 MSGQ_CLEAR(&sscop->xq);
1068 MSGQ_CLEAR(&sscop->xq);
1084 MSGQ_CLEAR(&sscop->xq);
1164 while((s = MSGQ_GET(&sscop->xq)) != NULL) {
1194 if(MSGQ_EMPTY(&sscop->xq) && sscop->vt_s == sscop->vt_a)
1933 MSGQ_CLEAR(&sscop->xq);
2791 MSGQ_APPEND(&sscop->xq, ms
[all...]

Completed in 47 milliseconds