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

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun_dev.c255 IPTUN_MAC_STARTED|IPTUN_HASH_INSERTED|IPTUN_UPCALL_PENDING)));
H A Diptun_impl.h156 #define IPTUN_UPCALL_PENDING 0x0200 /* upcall to mac module in progress */ macro
H A Diptun.c508 * To prevent this, we set the IPTUN_UPCALL_PENDING flag prior to exiting the
511 * IPTUN_UPCALL_PENDING and cv_signal() any potentially waiting
538 iptun->iptun_flags |= IPTUN_UPCALL_PENDING;
585 iptun->iptun_flags &= ~IPTUN_UPCALL_PENDING;
1534 while (iptun->iptun_flags & IPTUN_UPCALL_PENDING)

Completed in 61 milliseconds