Home
last modified time | relevance | path

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

/xnu-11215/bsd/netinet/
H A Din_rmx.c118 rtentry_ref_t rt = RT(rn); in in_addroute()
274 rtentry_ref_t rt = RT(rn); in in_deleteroute()
292 rtentry_ref_t rt = RT(rn); in in_validate()
342 rtentry_ref_t rt = RT(rn); in in_matroute_args()
377 rtentry_ref_t rt = RT(rn); in in_clsroute()
479 rtentry_ref_t rt = RT(rn); in in_rtqkill()
739 rtentry_ref_t rt = RT(rn); in in_ifadownkill()
/xnu-11215/bsd/netinet6/
H A Din6_rmx.c161 rtentry_ref_t rt = RT(treenodes); in in6_addroute()
352 rtentry_ref_t rt = RT(rn); in in6_deleteroute()
378 rtentry_ref_t rt = RT(rn); in in6_validate()
428 rtentry_ref_t rt = RT(rn); in in6_matroute_args()
463 rtentry_ref_t rt = RT(rn); in in6_clsroute()
569 rtentry_ref_t rt = RT(rn); in in6_rtqkill()
/xnu-11215/bsd/net/
H A Droute.c1978 rt = RT(rn); in rtrequest_common_locked()
3166 RT_LOCK_SPIN(RT(rn)); in rt_lookup_common()
3169 RT_UNLOCK(RT(rn)); in rt_lookup_common()
3171 RT_UNLOCK(RT(rn)); in rt_lookup_common()
3175 return RT(rn); in rt_lookup_common()
3323 ((SA_DEFAULT(rt_key(RT(rn))) && !SA_DEFAULT(rt_key(RT(rn0)))) || in rt_lookup_common()
3324 (!RT_HOST(RT(rn)) && RT_HOST(RT(rn0)))))) { in rt_lookup_common()
3345 RT_LOCK_SPIN(RT(rn)); in rt_lookup_common()
3348 RT_UNLOCK(RT(rn)); in rt_lookup_common()
3350 RT_UNLOCK(RT(rn)); in rt_lookup_common()
[all …]
H A Droute_private.h205 #define RT(r) rn_rtentry((r)) macro