Searched refs:rt2 (Results 1 – 4 of 4) sorted by relevance
| /xnu-11215/bsd/netinet6/ |
| H A D | in6_rmx.c | 233 rtentry_ref_t rt2; in in6_addroute() local 241 if (rt2 != NULL) { in in6_addroute() 244 RT_LOCK(rt2); in in6_addroute() 272 RT_UNLOCK(rt2); in in6_addroute() 274 rt2->rt_gateway, rt_mask(rt2), in in6_addroute() 278 RT_UNLOCK(rt2); in in6_addroute() 280 rtfree_locked(rt2); in in6_addroute() 283 rtentry_ref_t rt2; in in6_addroute() local 298 if (rt2 != NULL) { in in6_addroute() 299 RT_LOCK(rt2); in in6_addroute() [all …]
|
| /xnu-11215/bsd/netinet/ |
| H A D | in_rmx.c | 186 rtentry_ref_t rt2; in in_addroute() local 194 if (rt2 != NULL) { in in_addroute() 197 RT_LOCK(rt2); in in_addroute() 204 rt2->rt_gateway != NULL && in in_addroute() 215 (rt2->rt_ifp != NULL) ? in in_addroute() 217 rt2->rt_flags); in in_addroute() 225 RT_UNLOCK(rt2); in in_addroute() 227 rt2->rt_gateway, rt_mask(rt2), in in_addroute() 228 rt2->rt_flags, NULL); in in_addroute() 231 RT_UNLOCK(rt2); in in_addroute() [all …]
|
| /xnu-11215/bsd/net/ |
| H A D | route.c | 2304 rtentry_ref_t rt2; in rtrequest_common_locked() local 2313 rt2 = rtalloc1_scoped_locked(dst0, 0, in rtrequest_common_locked() 2316 rt2 = rtalloc1_locked(dst, 0, in rtrequest_common_locked() 2319 if (rt2 && rt2->rt_parent) { in rtrequest_common_locked() 2324 (void) rtrequest_locked(RTM_DELETE, rt_key(rt2), in rtrequest_common_locked() 2325 rt2->rt_gateway, rt_mask(rt2), in rtrequest_common_locked() 2326 rt2->rt_flags, 0); in rtrequest_common_locked() 2327 rtfree_locked(rt2); in rtrequest_common_locked() 2331 } else if (rt2) { in rtrequest_common_locked() 2333 rtfree_locked(rt2); in rtrequest_common_locked()
|
| H A D | ntstat.c | 1268 struct rtentry *rt2 = (struct rtentry *)cookie2; in nstat_route_cookie_equal() local 1270 return (rt1 == rt2) ? true : false; in nstat_route_cookie_equal()
|