Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun_impl.h156 #define IPTUN_UPCALL_PENDING 0x0200 /* upcall to mac module in progress */ macro
H A Diptun_dev.c255 IPTUN_MAC_STARTED|IPTUN_HASH_INSERTED|IPTUN_UPCALL_PENDING))); in iptun_destructor()
H A Diptun.c538 iptun->iptun_flags |= IPTUN_UPCALL_PENDING; in iptun_task_cb()
585 iptun->iptun_flags &= ~IPTUN_UPCALL_PENDING; in iptun_task_cb()
1534 while (iptun->iptun_flags & IPTUN_UPCALL_PENDING) in iptun_delete()