Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Dnhop.h180 struct nhop_object *nhop_alloc(uint32_t fibnum, int family);
H A Dnhop_ctl.c271 struct nhop_object *nh = nhop_alloc(rnh->rib_fibnum, rnh->rib_family); in nhop_create_from_info()
444 nh = nhop_alloc(rnh->rib_fibnum, rnh->rib_family); in nhop_create_from_nhop()
678 nhop_alloc(uint32_t fibnum, int family) in nhop_alloc() function
H A Droute_helpers.c456 struct nhop_object *nh = nhop_alloc(fibnum, family); in rib_add_default_route()
H A Droute_ctl.c644 struct nhop_object *nh = nhop_alloc(rh_dst->rib_fibnum, rh_dst->rib_family); in rib_copy_route()
/freebsd/sys/netlink/route/
H A Dnexthop.c288 nh = nhop_alloc(fibnum, AF_UNSPEC); in clone_unhop()
844 nh = nhop_alloc(RT_DEFAULT_FIB, family); in newnhop()
H A Drt.c826 struct nhop_object *nh = nhop_alloc(attrs->rta_table, attrs->rtm_family); in create_nexthop_one()
894 nh = nhop_alloc(attrs->rta_table, attrs->rtm_family); in create_nexthop_from_attrs()
/freebsd/sys/net/
H A Droute.c212 struct nhop_object *nh = nhop_alloc(fibnum, dst->sa_family); in rib_add_redirect()