Searched refs:iptun_enter_cv (Results 1 – 3 of 3) sorted by relevance
107 kcondvar_t iptun_enter_cv; member
242 cv_init(&iptun->iptun_enter_cv, NULL, CV_DRIVER, NULL); in iptun_constructor()
451 cv_wait(&iptun->iptun_enter_cv, &iptun->iptun_lock); in iptun_enter()1566 cv_broadcast(&iptun->iptun_enter_cv); in iptun_delete()