Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_tuntap.c192 static struct sx tun_ioctl_sx; variable
193 SX_SYSINIT(tun_ioctl_sx, &tun_ioctl_sx, "tun_ioctl");
640 sx_xlock(&tun_ioctl_sx); in tun_destroy()
642 sx_xunlock(&tun_ioctl_sx); in tun_destroy()
1009 sx_xlock(&tun_ioctl_sx); in tunrename()
1012 sx_xunlock(&tun_ioctl_sx); in tunrename()
1016 sx_xunlock(&tun_ioctl_sx); in tunrename()
1292 sx_xlock(&tun_ioctl_sx); in tunifioctl()
1360 sx_xunlock(&tun_ioctl_sx); in tunifioctl()