Home
last modified time | relevance | path

Searched refs:RNTORT (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/netinet/
H A Din_fib.c158 nh = nhop_select((RNTORT(rn))->rt_nhop, flowid); in fib4_lookup()
235 nh = RNTORT(rn)->rt_nhop; in lookup_nhop()
H A Din_fib_algo.c696 nh = (RNTORT(rn))->rt_nhop; in radix4_lookup()
/freebsd/sys/netinet6/
H A Din6_fib.c167 nh = nhop_select((RNTORT(rn))->rt_nhop, flowid); in fib6_lookup()
249 nh = RNTORT(rn)->rt_nhop; in lookup_nhop()
H A Din6_fib_algo.c268 nh = (RNTORT(rn))->rt_nhop; in radix6_lookup()
/freebsd/sys/net/route/
H A Droute_helpers.c504 rt = RNTORT(rn); in get_inet_parent_prefix()
576 rt = RNTORT(rn); in get_inet6_parent_prefix()
H A Droute_ctl.c1264 rt = RNTORT(rn); in delete_route()
1535 struct rtentry *rt = RNTORT(rn); in rt_delete_unconditional()
1539 if (RNTORT(rn) == rt) in rt_delete_unconditional()
H A Droute_var.h146 #define RNTORT(p) ((struct rtentry *)(p)) macro