Lines Matching refs:RT
897 rtentry_ref_t rt = RT(rn); in rn_match_ifscope()
2031 rt = RT(rn); in rtrequest_common_locked()
2580 rtentry_ref_t rt = RT(rn); in rt_fixdelete()
2617 rtentry_ref_t rt = RT(rn); in rt_fixchange()
3225 RT_LOCK_SPIN(RT(rn)); in rt_lookup_common()
3226 if (!(RT(rn)->rt_flags & RTF_CONDEMNED)) { in rt_lookup_common()
3227 RT_ADDREF_LOCKED(RT(rn)); in rt_lookup_common()
3228 RT_UNLOCK(RT(rn)); in rt_lookup_common()
3230 RT_UNLOCK(RT(rn)); in rt_lookup_common()
3234 return RT(rn); in rt_lookup_common()
3303 rtentry_ref_t rt = RT(rn); in rt_lookup_common()
3357 rtentry_ref_t rt = RT(rn); in rt_lookup_common()
3382 ((SA_DEFAULT(rt_key(RT(rn))) && !SA_DEFAULT(rt_key(RT(rn0)))) || in rt_lookup_common()
3383 (!RT_HOST(RT(rn)) && RT_HOST(RT(rn0)))))) { in rt_lookup_common()
3392 RT(rn)->rt_ifp->if_index != ifscope) { in rt_lookup_common()
3404 RT_LOCK_SPIN(RT(rn)); in rt_lookup_common()
3405 if (rt_validate(RT(rn))) { in rt_lookup_common()
3406 RT_ADDREF_LOCKED(RT(rn)); in rt_lookup_common()
3407 RT_UNLOCK(RT(rn)); in rt_lookup_common()
3409 RT_UNLOCK(RT(rn)); in rt_lookup_common()
3439 rtentry_ref_t rt = RT(rn); in rt_lookup_common()
3451 return RT(rn); in rt_lookup_common()
4602 rtentry_ref_t rt = RT(rn); in route_event_walktree()