Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Droute_helpers.c260 notify_add(struct rib_cmd_info *rc, const struct weightened_nhop *wn_src, in notify_add() argument
263 rc->rc_nh_new = wn_src->nh; in notify_add()
264 rc->rc_nh_weight = wn_src->weight; in notify_add()
268 FIB_NH_LOG(LOG_DEBUG2, wn_src->nh, "RTM_ADD for %s @ w=%u", in notify_add()
269 nhop_print_buf(wn_src->nh, nhbuf, sizeof(nhbuf)), in notify_add()
270 wn_src->weight); in notify_add()
276 notify_del(struct rib_cmd_info *rc, const struct weightened_nhop *wn_src, in notify_del() argument
279 rc->rc_nh_old = wn_src->nh; in notify_del()
280 rc->rc_nh_weight = wn_src->weight; in notify_del()
284 FIB_NH_LOG(LOG_DEBUG2, wn_src->nh, "RTM_DEL for %s @ w=%u", in notify_del()
[all …]