Searched refs:ifa_mtx (Results 1 - 1 of 1) sorted by last modified time

/haiku/src/libs/compat/freebsd_network/compat/net/
H A Dif_var.h659 struct mtx ifa_mtx; member in struct:ifaddr
673 mtx_init(&(ifa)->ifa_mtx, "ifaddr", NULL, MTX_DEF)
674 #define IFA_LOCK(ifa) mtx_lock(&(ifa)->ifa_mtx)
675 #define IFA_UNLOCK(ifa) mtx_unlock(&(ifa)->ifa_mtx)
676 #define IFA_DESTROY(ifa) mtx_destroy(&(ifa)->ifa_mtx)
711 #define IFA_LOCK(ifa) mtx_lock(&(ifa)->ifa_mtx)
712 #define IFA_UNLOCK(ifa) mtx_unlock(&(ifa)->ifa_mtx)

Completed in 33 milliseconds