Home
last modified time | relevance | path

Searched refs:tun_lock (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/net/
Dif_tun.c179 mutex_enter(&tp->tun_lock); in tun_find_unit()
212 mutex_init(&tp->tun_lock, MUTEX_DEFAULT, IPL_SOFTNET); in tun_init()
230 mutex_destroy(&tp->tun_lock); in tun_fini()
316 mutex_enter(&tp->tun_lock); in tun_clone_destroy()
330 mutex_exit(&tp->tun_lock); in tun_clone_destroy()
369 mutex_exit(&tp->tun_lock); in tunopen()
378 mutex_exit(&tp->tun_lock); in tunopen()
411 mutex_exit(&tp->tun_lock); in tunclose()
450 mutex_enter(&tp->tun_lock); in tun_enable()
491 mutex_exit(&tp->tun_lock); in tun_enable()
[all …]
Dif_tun.h56 kmutex_t tun_lock; /* lock for this tunnel */ member