Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDif.c124 static struct sx ifdescr_sx; variable
125 SX_SYSINIT(ifdescr_sx, &ifdescr_sx, "ifnet descr");
2230 sx_slock(&ifdescr_sx); in ifhwioctl()
2243 sx_sunlock(&ifdescr_sx); in ifhwioctl()
2272 sx_xlock(&ifdescr_sx); in ifhwioctl()
2275 sx_xunlock(&ifdescr_sx); in ifhwioctl()