Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/
H A Dip.h545 #define CONN_QUIESCED 0x08 /* conn is now quiescent */ macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c4196 ASSERT(!(connp->conn_state_flags & CONN_QUIESCED)); in ip_quiesce_conn()
4259 connp->conn_state_flags |= CONN_QUIESCED; in ip_quiesce_conn()