Lines Matching refs:RT
896 rtentry_ref_t rt = RT(rn); in rn_match_ifscope()
2030 rt = RT(rn); in rtrequest_common_locked()
2579 rtentry_ref_t rt = RT(rn); in rt_fixdelete()
2616 rtentry_ref_t rt = RT(rn); in rt_fixchange()
3218 RT_LOCK_SPIN(RT(rn)); in rt_lookup_common()
3219 if (!(RT(rn)->rt_flags & RTF_CONDEMNED)) { in rt_lookup_common()
3220 RT_ADDREF_LOCKED(RT(rn)); in rt_lookup_common()
3221 RT_UNLOCK(RT(rn)); in rt_lookup_common()
3223 RT_UNLOCK(RT(rn)); in rt_lookup_common()
3227 return RT(rn); in rt_lookup_common()
3296 rtentry_ref_t rt = RT(rn); in rt_lookup_common()
3350 rtentry_ref_t rt = RT(rn); in rt_lookup_common()
3375 ((SA_DEFAULT(rt_key(RT(rn))) && !SA_DEFAULT(rt_key(RT(rn0)))) || in rt_lookup_common()
3376 (!RT_HOST(RT(rn)) && RT_HOST(RT(rn0)))))) { in rt_lookup_common()
3385 RT(rn)->rt_ifp->if_index != ifscope) { in rt_lookup_common()
3397 RT_LOCK_SPIN(RT(rn)); in rt_lookup_common()
3398 if (rt_validate(RT(rn))) { in rt_lookup_common()
3399 RT_ADDREF_LOCKED(RT(rn)); in rt_lookup_common()
3400 RT_UNLOCK(RT(rn)); in rt_lookup_common()
3402 RT_UNLOCK(RT(rn)); in rt_lookup_common()
3436 rtentry_ref_t rt = RT(rn); in rt_lookup_common()
3448 return RT(rn); in rt_lookup_common()
4599 rtentry_ref_t rt = RT(rn); in route_event_walktree()