Searched refs:ifa_mtx (Results 1 – 2 of 2) sorted by relevance
849 struct mtx ifa_mtx; member858 #define IFA_LOCK(ifa) mtx_lock(&(ifa)->ifa_mtx)859 #define IFA_UNLOCK(ifa) mtx_unlock(&(ifa)->ifa_mtx)
1590 mtx_init(&ifa->ifa_mtx, "ifaddr", NULL, MTX_DEF); in ifa_init()1607 mtx_destroy(&ifa->ifa_mtx); in ifa_free()