Home
last modified time | relevance | path

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) in iptun_enter()
1531 iptun->iptun_flags |= IPTUN_DELETE_PENDING; in iptun_delete()
1565 iptun->iptun_flags &= ~IPTUN_DELETE_PENDING; in iptun_delete()