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()
3224 RT_LOCK_SPIN(RT(rn)); in rt_lookup_common()
3225 if (!(RT(rn)->rt_flags & RTF_CONDEMNED)) { in rt_lookup_common()
3226 RT_ADDREF_LOCKED(RT(rn)); in rt_lookup_common()
3227 RT_UNLOCK(RT(rn)); in rt_lookup_common()
3229 RT_UNLOCK(RT(rn)); in rt_lookup_common()
3233 return RT(rn); in rt_lookup_common()
3302 rtentry_ref_t rt = RT(rn); in rt_lookup_common()
3356 rtentry_ref_t rt = RT(rn); in rt_lookup_common()
3381 ((SA_DEFAULT(rt_key(RT(rn))) && !SA_DEFAULT(rt_key(RT(rn0)))) || in rt_lookup_common()
3382 (!RT_HOST(RT(rn)) && RT_HOST(RT(rn0)))))) { in rt_lookup_common()
3391 RT(rn)->rt_ifp->if_index != ifscope) { in rt_lookup_common()
3403 RT_LOCK_SPIN(RT(rn)); in rt_lookup_common()
3404 if (rt_validate(RT(rn))) { in rt_lookup_common()
3405 RT_ADDREF_LOCKED(RT(rn)); in rt_lookup_common()
3406 RT_UNLOCK(RT(rn)); in rt_lookup_common()
3408 RT_UNLOCK(RT(rn)); in rt_lookup_common()
3438 rtentry_ref_t rt = RT(rn); in rt_lookup_common()
3450 return RT(rn); in rt_lookup_common()
4601 rtentry_ref_t rt = RT(rn); in route_event_walktree()