Home
last modified time | relevance | path

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

/freebsd/sys/net/route/
H A Droute_helpers.c298 uint32_t idx_old = 0, idx_new = 0; in decompose_change_notification() local
339 while ((idx_old < num_old) && (idx_new < num_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()
349 idx_old++; in decompose_change_notification()
353 notify_del(&rc_del, &wn_old[idx_old], cb, cbdata); in decompose_change_notification()
354 idx_old++; in decompose_change_notification()
362 while (idx_old < num_old) { in decompose_change_notification()
363 notify_del(&rc_del, &wn_old[idx_old], cb, cbdata); in decompose_change_notification()
[all …]