Home
last modified time | relevance | path

Searched refs:rt_get_raw_nhop (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/net/route/
H A Droute_ctl.h107 struct nhop_object *rt_get_raw_nhop(const struct rtentry *rt);
H A Droute_ctl.c273 rt_get_raw_nhop(const struct rtentry *rt) in rt_get_raw_nhop() function
H A Dfib_algo.c695 struct nhop_object *nh = rt_get_raw_nhop(rt); in sync_algo_cb()
/f-stack/freebsd/netinet/
H A Din_fib_algo.c212 rr->nh = rt_get_raw_nhop(rt); in bsearch4_add_route_cb()
616 ae->nhop = rt_get_raw_nhop(rt); in lradix4_add_route_cb()
/f-stack/freebsd/netinet6/
H A Din6_fib_algo.c177 nh = rt_get_raw_nhop(rt); in lradix6_add_route_cb()
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Ddpdk_lpm.c251 nh = rt_get_raw_nhop(rt); in add_route_cb()
H A Ddpdk_lpm6.c306 nh = rt_get_raw_nhop(rt); in add_route_cb()
/f-stack/lib/
H A Dff_route.c671 nh = select_nhop(rt_get_raw_nhop(rc->rc_rt), info->rti_info[RTAX_GATEWAY]); in handle_rtm_get()
709 nh = select_nhop(rt_get_raw_nhop(rc->rc_rt), info->rti_info[RTAX_GATEWAY]); in handle_rtm_get()
/f-stack/freebsd/net/
H A Drtsock.c769 nh = select_nhop(rt_get_raw_nhop(rc->rc_rt), info->rti_info[RTAX_GATEWAY]); in handle_rtm_get()
807 nh = select_nhop(rt_get_raw_nhop(rc->rc_rt), info->rti_info[RTAX_GATEWAY]); in handle_rtm_get()
2127 nh = rt_get_raw_nhop(rt); in sysctl_dumpentry()