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

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun_impl.h157 #define IPTUN_DELETE_PENDING 0x0400 /* iptun_delete() is issuing upcalls */ macro
H A Diptun.c451 while (iptun->iptun_flags & IPTUN_DELETE_PENDING)
1525 * the IPTUN_DELETE_PENDING flag. This will cause callers of
1527 * here is that the functions we're calling while IPTUN_DELETE_PENDING
1531 iptun->iptun_flags |= IPTUN_DELETE_PENDING;
1559 * IPTUN_DELETE_PENDING, and set IPTUN_CONDEMNED if the iptun_t is
1565 iptun->iptun_flags &= ~IPTUN_DELETE_PENDING;

Completed in 80 milliseconds