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()
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()[all …]
205 #define RT(r) rn_rtentry((r)) macro