Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_tuntap.c194 static struct sx tun_ioctl_sx; variable
195 SX_SYSINIT(tun_ioctl_sx, &tun_ioctl_sx, "tun_ioctl");
631 sx_xlock(&tun_ioctl_sx); in tun_destroy()
633 sx_xunlock(&tun_ioctl_sx); in tun_destroy()
1004 sx_xlock(&tun_ioctl_sx); in tunrename()
1007 sx_xunlock(&tun_ioctl_sx); in tunrename()
1011 sx_xunlock(&tun_ioctl_sx); in tunrename()
1303 sx_xlock(&tun_ioctl_sx); in tunifioctl()
1371 sx_xunlock(&tun_ioctl_sx); in tunifioctl()