Lines Matching defs:mpath
2995 int mpath = 0;
3036 mpath = 1;
3042 mpath) == -1)
3046 if (kr_fib_delete(kt, &kf, mpath) == -1)
3157 kr_fib_delete(struct ktable *kt, struct kroute_full *kf, int mpath)
3159 return kroute_remove(kt, kf, !mpath);
3163 kr_fib_change(struct ktable *kt, struct kroute_full *kf, int type, int mpath)
3178 if (mpath && type == RTM_CHANGE &&
3181 "mpath route not found", __func__);
3183 } else if (mpath && type == RTM_ADD)
3243 if (mpath && type == RTM_CHANGE &&
3245 log_warnx("%s[change]: IPv6 mpath "
3248 } else if (mpath && type == RTM_ADD)