Home
last modified time | relevance | path

Searched refs:RT (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Din_rmx.c119 rtentry_ref_t rt = RT(rn); in in_addroute()
275 rtentry_ref_t rt = RT(rn); in in_deleteroute()
293 rtentry_ref_t rt = RT(rn); in in_validate()
343 rtentry_ref_t rt = RT(rn); in in_matroute_args()
378 rtentry_ref_t rt = RT(rn); in in_clsroute()
480 rtentry_ref_t rt = RT(rn); in in_rtqkill()
740 rtentry_ref_t rt = RT(rn); in in_ifadownkill()
/xnu-12377.41.6/bsd/netinet6/
H A Din6_rmx.c161 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()
/xnu-12377.41.6/bsd/net/
H A Droute.c897 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()
[all …]
H A Droute_private.h207 #define RT(r) rn_rtentry((r)) macro