Home
last modified time | relevance | path

Searched refs:nh_new (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/route/
H A Droute_ctl.c924 struct nhop_object *nh_orig, struct nhop_object **nh_new) in change_nhop() argument
953 error = nhop_create_from_nhop(rnh, nh_orig, info, nh_new); in change_nhop()
968 struct nhop_object *nh, *nh_orig, *nh_new; in change_mpath_route() local
989 error = change_nhop(rnh, info, nh_orig, &nh_new); in change_mpath_route()
996 nhop_free(nh_new); in change_mpath_route()
1003 wn[i].nh = nh_new; in change_mpath_route()
1010 nhop_free(nh_new); in change_mpath_route()
H A Droute_helpers.c356 cb, rc->cmd, rc->nh_old, rc->nh_new); in rib_decompose_notification()