Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_tuntap.c160 #define TUN_LOCK_ASSERT(tp) mtx_assert(&(tp)->tun_mtx, MA_OWNED); macro
352 TUN_LOCK_ASSERT(tp); in tun_busy_locked()
371 TUN_LOCK_ASSERT(tp); in tun_unbusy_locked()
1370 TUN_LOCK_ASSERT((struct tuntap_softc *)ifp->if_softc); in tun_caps_changed()
1392 TUN_LOCK_ASSERT(tp); in tun_vnethdr_set()