Searched refs:RT (Results 1 – 4 of 4) sorted by relevance
118 rtentry_ref_t rt = RT(rn); in in_addroute()274 rtentry_ref_t rt = RT(rn); in in_deleteroute()292 rtentry_ref_t rt = RT(rn); in in_validate()342 rtentry_ref_t rt = RT(rn); in in_matroute_args()377 rtentry_ref_t rt = RT(rn); in in_clsroute()479 rtentry_ref_t rt = RT(rn); in in_rtqkill()739 rtentry_ref_t rt = RT(rn); in in_ifadownkill()
161 rtentry_ref_t rt = RT(treenodes); in in6_addroute()352 rtentry_ref_t rt = RT(rn); in in6_deleteroute()378 rtentry_ref_t rt = RT(rn); in in6_validate()428 rtentry_ref_t rt = RT(rn); in in6_matroute_args()463 rtentry_ref_t rt = RT(rn); in in6_clsroute()569 rtentry_ref_t rt = RT(rn); in in6_rtqkill()
1978 rt = RT(rn); in rtrequest_common_locked()3166 RT_LOCK_SPIN(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()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()3345 RT_LOCK_SPIN(RT(rn)); in rt_lookup_common()3348 RT_UNLOCK(RT(rn)); in rt_lookup_common()3350 RT_UNLOCK(RT(rn)); in rt_lookup_common()[all …]
205 #define RT(r) rn_rtentry((r)) macro