Lines Matching refs:iptun_lock
135 * iptun_t and before iptun_lock has been entered. As such, we use
450 mutex_enter(&iptun->iptun_lock);
452 cv_wait(&iptun->iptun_enter_cv, &iptun->iptun_lock);
454 mutex_exit(&iptun->iptun_lock);
466 mutex_exit(&iptun->iptun_lock);
584 mutex_enter(&iptun->iptun_lock);
587 mutex_exit(&iptun->iptun_lock);
855 ASSERT(mutex_owned(&iptun->iptun_lock) ||
980 ASSERT(mutex_owned(&iptun->iptun_lock));
1535 cv_wait(&iptun->iptun_upcall_cv, &iptun->iptun_lock);
1564 mutex_enter(&iptun->iptun_lock);
1569 mutex_exit(&iptun->iptun_lock);
1573 * dropped the iptun_lock since callers of iptun_enter() at this point