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

/freebsd-13-stable/sys/net/
H A Dif_tuntap.c192 static struct sx tun_ioctl_sx; variable in typeref:struct:sx
193 SX_SYSINIT(tun_ioctl_sx, &tun_ioctl_sx, "tun_ioctl");
640 sx_xlock(&tun_ioctl_sx);
642 sx_xunlock(&tun_ioctl_sx);
1009 sx_xlock(&tun_ioctl_sx);
1012 sx_xunlock(&tun_ioctl_sx);
1016 sx_xunlock(&tun_ioctl_sx);
1292 sx_xlock(&tun_ioctl_sx);
1360 sx_xunlock(&tun_ioctl_sx);
[all...]

Completed in 47 milliseconds