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

/illumos-gate/usr/src/uts/common/os/
H A Dnetstack.c180 * set, but check NSF_CLOSING to be sure.
186 if (!(ns->netstack_flags & NSF_CLOSING) &&
500 ns->netstack_flags |= NSF_CLOSING;
919 if (ns->netstack_flags & (NSF_UNINIT|NSF_CLOSING))
971 if (ns->netstack_flags & (NSF_UNINIT|NSF_CLOSING))
1007 if (ns->netstack_flags & (NSF_UNINIT|NSF_CLOSING))
1032 !(ns->netstack_flags & (NSF_UNINIT|NSF_CLOSING))) {
1116 ASSERT(ns->netstack_flags & NSF_CLOSING);
1380 if ((ns->netstack_flags & (NSF_UNINIT|NSF_CLOSING)) == 0) {
/illumos-gate/usr/src/uts/common/sys/
H A Dnetstack.h206 #define NSF_CLOSING 0x02 /* Going away */ macro

Completed in 96 milliseconds