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

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun_impl.h158 #define IPTUN_CONDEMNED 0x0800 /* iptun_t is to be freed */ macro
H A Diptun.c453 if (iptun->iptun_flags & IPTUN_CONDEMNED) {
856 (iptun->iptun_flags & IPTUN_CONDEMNED));
859 if (!(iptun->iptun_flags & IPTUN_CONDEMNED))
1312 ASSERT(iptun->iptun_flags & IPTUN_CONDEMNED);
1499 iptun->iptun_flags |= IPTUN_CONDEMNED;
1559 * IPTUN_DELETE_PENDING, and set IPTUN_CONDEMNED if the iptun_t is
1562 * IPTUN_CONDEMNED is set, or continue if it's not.
1567 iptun->iptun_flags |= IPTUN_CONDEMNED;

Completed in 50 milliseconds