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

/illumos-gate/usr/src/uts/common/inet/iptun/
H A Diptun_dev.c242 cv_init(&iptun->iptun_enter_cv, NULL, CV_DRIVER, NULL);
H A Diptun_impl.h91 * is also used by iptun_upcall_cv and iptun_enter_cv. Access to all fields
107 kcondvar_t iptun_enter_cv; member in struct:iptun_s
H A Diptun.c452 cv_wait(&iptun->iptun_enter_cv, &iptun->iptun_lock);
1526 * iptun_enter() to block waiting on iptun_enter_cv. The assumption
1568 cv_broadcast(&iptun->iptun_enter_cv);

Completed in 50 milliseconds