Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_tuntap.c176 static struct mtx tunmtx; variable
656 mtx_lock(&tunmtx); in tun_clone_destroy()
658 mtx_unlock(&tunmtx); in tun_clone_destroy()
712 mtx_lock(&tunmtx); in tun_uninit()
715 mtx_unlock(&tunmtx); in tun_uninit()
717 mtx_lock(&tunmtx); in tun_uninit()
719 mtx_unlock(&tunmtx); in tun_uninit()
725 mtx_destroy(&tunmtx); in tun_uninit()
755 mtx_init(&tunmtx, "tunmtx", NULL, MTX_DEF); in tuntapmodevent()
829 mtx_lock(&tunmtx); in tun_create_device()
[all …]