Home
last modified time | relevance | path

Searched refs:SQS_ILL_BOUND (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_squeue.c210 ASSERT(!((*lastsqp)->sq_state & SQS_ILL_BOUND)); in ip_squeue_set_create()
215 !((*lastsqp)->sq_state & (SQS_ILL_BOUND | SQS_DEFAULT))) { in ip_squeue_set_create()
265 if (!(sq->sq_state & (SQS_DEFAULT | SQS_ILL_BOUND))) in ip_squeue_getfree()
281 sq->sq_state |= SQS_ILL_BOUND; in ip_squeue_getfree()
591 sqp->sq_state &= ~SQS_ILL_BOUND; in ip_squeue_clean_ring()
716 ASSERT((sqp->sq_state & (SQS_DEFAULT|SQS_ILL_BOUND)) == SQS_DEFAULT); in ip_squeue_set_destroy()
/illumos-gate/usr/src/uts/common/sys/
H A Dsqueue_impl.h142 #define SQS_ILL_BOUND 0x00000200 /* Squeue bound to an ill */ macro