Searched refs:wn_old (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/net/route/ |
| H A D | route_helpers.c | 296 const struct weightened_nhop *wn_old, *wn_new; in decompose_change_notification() local 304 wn_old = nhgrp_get_nhops((struct nhgrp_object *)rc->rc_nh_old, &num_old); in decompose_change_notification() 308 wn_old = &tmp; in decompose_change_notification() 323 FIB_NH_LOG(LOG_DEBUG, wn_old[0].nh, "change %s -> %s", buf_old, buf_new); in decompose_change_notification() 340 uint32_t nh_idx_old = wn_old[idx_old].nh->nh_priv->nh_idx; in decompose_change_notification() 344 if (wn_old[idx_old].weight != wn_new[idx_new].weight) { in decompose_change_notification() 346 notify_del(&rc_del, &wn_old[idx_old], cb, cbdata); in decompose_change_notification() 353 notify_del(&rc_del, &wn_old[idx_old], cb, cbdata); in decompose_change_notification() 363 notify_del(&rc_del, &wn_old[idx_old], cb, cbdata); in decompose_change_notification()
|