Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Droute_helpers.c298 const struct weightened_nhop *wn_old, *wn_new; in decompose_change_notification() local
306 wn_old = nhgrp_get_nhops((struct nhgrp_object *)rc->rc_nh_old, &num_old); in decompose_change_notification()
310 wn_old = &tmp; in decompose_change_notification()
325 FIB_NH_LOG(LOG_DEBUG, wn_old[0].nh, "change %s -> %s", buf_old, buf_new); in decompose_change_notification()
342 uint32_t nh_idx_old = wn_old[idx_old].nh->nh_priv->nh_idx; in decompose_change_notification()
346 if (wn_old[idx_old].weight != wn_new[idx_new].weight) { in decompose_change_notification()
348 notify_del(&rc_del, &wn_old[idx_old], cb, cbdata); in decompose_change_notification()
355 notify_del(&rc_del, &wn_old[idx_old], cb, cbdata); in decompose_change_notification()
365 notify_del(&rc_del, &wn_old[idx_old], cb, cbdata); in decompose_change_notification()