Home
last modified time | relevance | path

Searched refs:nhop_select_func (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/net/route/
H A Dnhop.h214 struct nhop_object *nhop_select_func(struct nhop_object *nh, uint32_t flowid);
H A Dnhop_ctl.c983 nhop_select_func(struct nhop_object *nh, uint32_t flowid) in nhop_select_func() function
/freebsd/sys/netgraph/netflow/
H A Dnetflow.c359 struct nhop_object *nh = nhop_select_func(rnd.rnd_nhop, 0); in hash_insert()
437 struct nhop_object *nh = nhop_select_func(rnd.rnd_nhop, 0); in hash6_insert()
/freebsd/sys/netinet6/
H A Dnd6_rtr.c696 struct nhop_object *nh = nhop_select_func(rc.rc_nh_new, 0); in defrouter_addreq()
730 struct nhop_object *nh = nhop_select_func(rc.rc_nh_old, 0); in defrouter_delreq()
/freebsd/sys/netlink/route/
H A Drt.c655 rnd.rnd_nhop = nhop_select_func(rnd.rnd_nhop, 0); in handle_rtm_getroute()
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c1539 nh = nhop_select_func(rnd.rnd_nhop, 0); in linux_route_print()