Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_clone.c144 #define IF_CLONE_LOCK(ifc) mtx_lock(&(ifc)->ifc_mtx) macro
149 IF_CLONE_LOCK(ifc); \
162 IF_CLONE_LOCK(ifc); \
308 IF_CLONE_LOCK(ifc); in ifc_link_ifp()
324 IF_CLONE_LOCK(ifc); in ifc_unlink_ifp()
766 IF_CLONE_LOCK(ifc); in if_clone_restoregroup()