Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Din_fib.c159 nh = nhop_select((RNTORT(rn))->rt_nhop, flowid); in fib4_lookup()
236 nh = RNTORT(rn)->rt_nhop; in lookup_nhop()
H A Din_fib_algo.c697 nh = (RNTORT(rn))->rt_nhop; in radix4_lookup()
/f-stack/freebsd/netinet6/
H A Din6_fib.c168 nh = nhop_select((RNTORT(rn))->rt_nhop, flowid); in fib6_lookup()
250 nh = RNTORT(rn)->rt_nhop; in lookup_nhop()
H A Din6_fib_algo.c269 nh = (RNTORT(rn))->rt_nhop; in radix6_lookup()
/f-stack/freebsd/net/route/
H A Droute_ctl.c810 rt = RNTORT(rn); in rt_unlinkrte()
1127 rt = RNTORT(rn); in change_route_nhop()
1366 struct rtentry *rt = RNTORT(rn); in rt_delete_unconditional()
1370 if (RNTORT(rn) == rt) in rt_delete_unconditional()
H A Droute_var.h138 #define RNTORT(p) ((struct rtentry *)(p)) macro
/f-stack/freebsd/net/
H A Droute.c437 rt = RNTORT(rn); in rib_lookup_info()