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

/illumos-gate/usr/src/uts/common/inet/
H A Dsqueue.c414 * The process_flag specifies if we are allowed to process the mblk
415 * and drain in the entering thread context. If process_flag is
426 ip_recv_attr_t *ira, int process_flag, uint8_t tag)
446 if (!(sqp->sq_state & SQS_PROC) && ((process_flag == SQ_PROCESS) ||
447 (process_flag == SQ_NODRAIN && sqp->sq_first == NULL))) {
499 process_flag == SQ_NODRAIN) {
588 (process_flag != SQ_FILL) && (sqp->sq_first == NULL) &&
425 squeue_enter(squeue_t *sqp, mblk_t *mp, mblk_t *tail, uint32_t cnt, ip_recv_attr_t *ira, int process_flag, uint8_t tag) argument

Completed in 121 milliseconds