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.c262 notify_add(struct rib_cmd_info *rc, const struct weightened_nhop *wn_src, in notify_add() argument
265 rc->rc_nh_new = wn_src->nh; in notify_add()
266 rc->rc_nh_weight = wn_src->weight; in notify_add()
270 FIB_NH_LOG(LOG_DEBUG2, wn_src->nh, "RTM_ADD for %s @ w=%u", in notify_add()
271 nhop_print_buf(wn_src->nh, nhbuf, sizeof(nhbuf)), in notify_add()
272 wn_src->weight); in notify_add()
281 rc->rc_nh_old = wn_src->nh; in notify_del()
282 rc->rc_nh_weight = wn_src->weight; in notify_del()
286 FIB_NH_LOG(LOG_DEBUG2, wn_src->nh, "RTM_DEL for %s @ w=%u", in notify_del()
287 nhop_print_buf(wn_src->nh, nhbuf, sizeof(nhbuf)), in notify_del()
[all …]