Lines Matching refs:RT
897 rtentry_ref_t rt = RT(rn); in rn_match_ifscope()
2033 rt = RT(rn); in rtrequest_common_locked()
2582 rtentry_ref_t rt = RT(rn); in rt_fixdelete()
2619 rtentry_ref_t rt = RT(rn); in rt_fixchange()
3227 RT_LOCK_SPIN(RT(rn)); in rt_lookup_common()
3228 if (!(RT(rn)->rt_flags & RTF_CONDEMNED)) { in rt_lookup_common()
3229 RT_ADDREF_LOCKED(RT(rn)); in rt_lookup_common()
3230 RT_UNLOCK(RT(rn)); in rt_lookup_common()
3232 RT_UNLOCK(RT(rn)); in rt_lookup_common()
3236 return RT(rn); in rt_lookup_common()
3305 rtentry_ref_t rt = RT(rn); in rt_lookup_common()
3359 rtentry_ref_t rt = RT(rn); in rt_lookup_common()
3384 ((SA_DEFAULT(rt_key(RT(rn))) && !SA_DEFAULT(rt_key(RT(rn0)))) || in rt_lookup_common()
3385 (!RT_HOST(RT(rn)) && RT_HOST(RT(rn0)))))) { in rt_lookup_common()
3394 RT(rn)->rt_ifp->if_index != ifscope) { in rt_lookup_common()
3406 RT_LOCK_SPIN(RT(rn)); in rt_lookup_common()
3407 if (rt_validate(RT(rn))) { in rt_lookup_common()
3408 RT_ADDREF_LOCKED(RT(rn)); in rt_lookup_common()
3409 RT_UNLOCK(RT(rn)); in rt_lookup_common()
3411 RT_UNLOCK(RT(rn)); in rt_lookup_common()
3441 rtentry_ref_t rt = RT(rn); in rt_lookup_common()
3453 return RT(rn); in rt_lookup_common()
4604 rtentry_ref_t rt = RT(rn); in route_event_walktree()