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

/freebsd-13-stable/sys/net/
H A Dif_tuntap.c114 * tun_list is protected by global tunmtx. Other mutable fields are
172 * All mutable global variables in if_tun are locked using tunmtx, with
176 static struct mtx tunmtx; variable in typeref:struct:mtx
656 mtx_lock(&tunmtx);
658 mtx_unlock(&tunmtx);
712 mtx_lock(&tunmtx);
715 mtx_unlock(&tunmtx);
717 mtx_lock(&tunmtx);
719 mtx_unlock(&tunmtx);
725 mtx_destroy(&tunmtx);
[all...]

Completed in 153 milliseconds