Lines Matching refs:RT
844 rtentry_ref_t rt = RT(rn); in rn_match_ifscope()
1978 rt = RT(rn); in rtrequest_common_locked()
2527 rtentry_ref_t rt = RT(rn); in rt_fixdelete()
2564 rtentry_ref_t rt = RT(rn); in rt_fixchange()
3166 RT_LOCK_SPIN(RT(rn)); in rt_lookup_common()
3167 if (!(RT(rn)->rt_flags & RTF_CONDEMNED)) { in rt_lookup_common()
3168 RT_ADDREF_LOCKED(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()
3244 rtentry_ref_t rt = RT(rn); in rt_lookup_common()
3298 rtentry_ref_t rt = 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()
3333 RT(rn)->rt_ifp->if_index != ifscope) { in rt_lookup_common()
3345 RT_LOCK_SPIN(RT(rn)); in rt_lookup_common()
3346 if (rt_validate(RT(rn))) { in rt_lookup_common()
3347 RT_ADDREF_LOCKED(RT(rn)); in rt_lookup_common()
3348 RT_UNLOCK(RT(rn)); in rt_lookup_common()
3350 RT_UNLOCK(RT(rn)); in rt_lookup_common()
3384 rtentry_ref_t rt = RT(rn); in rt_lookup_common()
3396 return RT(rn); in rt_lookup_common()
4547 rtentry_ref_t rt = RT(rn); in route_event_walktree()