Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_tuntap.c155 #define TUN_LOCK_ASSERT(tp) mtx_assert(&(tp)->tun_mtx, MA_OWNED); macro
350 TUN_LOCK_ASSERT(tp); in tun_busy_locked()
369 TUN_LOCK_ASSERT(tp); in tun_unbusy_locked()
1228 TUN_LOCK_ASSERT((struct tuntap_softc *)ifp->if_softc); in tun_caps_changed()
1250 TUN_LOCK_ASSERT(tp); in tun_vnethdr_set()