Searched refs:RNTORT (Results 1 – 7 of 7) sorted by relevance
158 nh = nhop_select((RNTORT(rn))->rt_nhop, flowid); in fib4_lookup()235 nh = RNTORT(rn)->rt_nhop; in lookup_nhop()
696 nh = (RNTORT(rn))->rt_nhop; in radix4_lookup()
167 nh = nhop_select((RNTORT(rn))->rt_nhop, flowid); in fib6_lookup()249 nh = RNTORT(rn)->rt_nhop; in lookup_nhop()
268 nh = (RNTORT(rn))->rt_nhop; in radix6_lookup()
504 rt = RNTORT(rn); in get_inet_parent_prefix()576 rt = RNTORT(rn); in get_inet6_parent_prefix()
1264 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()
146 #define RNTORT(p) ((struct rtentry *)(p)) macro