Searched refs:ifa_maybe (Results 1 – 1 of 1) sorted by relevance
2013 struct ifaddr *ifa_maybe = NULL; in ifa_ifwithnet() local2085 if (ifa_maybe == NULL || in ifa_ifwithnet()2086 ifa_preferred(ifa_maybe, ifa) || in ifa_ifwithnet()2088 (caddr_t)ifa_maybe->ifa_netmask)) { in ifa_ifwithnet()2089 if (ifa_maybe != NULL) in ifa_ifwithnet()2090 ifa_free(ifa_maybe); in ifa_ifwithnet()2091 ifa_maybe = ifa; in ifa_ifwithnet()2092 ifa_ref(ifa_maybe); in ifa_ifwithnet()2098 ifa = ifa_maybe; in ifa_ifwithnet()2099 ifa_maybe = NULL; in ifa_ifwithnet()[all …]