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.c994 nhop_select_func(struct nhop_object *nh, uint32_t flowid) in nhop_select_func() function
/freebsd/sys/netgraph/netflow/
H A Dnetflow.c358 struct nhop_object *nh = nhop_select_func(rnd.rnd_nhop, 0); in hash_insert()
436 struct nhop_object *nh = nhop_select_func(rnd.rnd_nhop, 0); in hash6_insert()
/freebsd/sys/netinet6/
H A Dnd6_rtr.c747 struct nhop_object *nh = nhop_select_func(rc.rc_nh_new, 0); in defrouter_addreq()
781 struct nhop_object *nh = nhop_select_func(rc.rc_nh_old, 0); in defrouter_delreq()
2369 nh = nhop_select_func(rc.rc_nh_old, 0); in nd6_route_rtdelete()
/freebsd/sys/netlink/route/
H A Drt.c191 nh = nhop_select_func(rnd->rnd_nhop, 0); in dump_rc_nhg()
/freebsd/sys/compat/linprocfs/
H A Dlinprocfs.c1535 nh = nhop_select_func(rnd.rnd_nhop, 0); in linux_route_print()