Home
last modified time | relevance | path

Searched refs:change_route_conditional (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/route/
H A Dmpath_ctl.c125 error = change_route_conditional(rnh, rt, info, rnd_orig, in add_route_mpath()
H A Droute_var.h214 int change_route_conditional(struct rib_head *rnh, struct rtentry *rt,
H A Droute_ctl.c1016 error = change_route_conditional(rnh, NULL, info, rnd_orig, &rnd_new, rc); in change_mpath_route()
1044 error = change_route_conditional(rnh, NULL, info, rnd_orig, &rnd_new, rc); in change_route()
1153 change_route_conditional(struct rib_head *rnh, struct rtentry *rt, in change_route_conditional() function