Home
last modified time | relevance | path

Searched refs:IPTUN_HASH_INSERTED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun_impl.h152 #define IPTUN_HASH_INSERTED 0x0020 /* iptun_t in iptun_hash */ macro
H A Diptun_dev.c255 IPTUN_MAC_STARTED|IPTUN_HASH_INSERTED|IPTUN_UPCALL_PENDING))); in iptun_destructor()
H A Diptun.c1314 if (iptun->iptun_flags & IPTUN_HASH_INSERTED) { in iptun_free()
1322 iptun->iptun_flags &= ~IPTUN_HASH_INSERTED; in iptun_free()
1482 iptun->iptun_flags |= IPTUN_HASH_INSERTED; in iptun_create()