Home
last modified time | relevance | path

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

/f-stack/freebsd/net/route/
H A Droute_helpers.c229 uint32_t nh_idx_old, nh_idx_new; in decompose_change_notification() local
268 nh_idx_new = wn_new[idx_new].nh->nh_priv->nh_idx; in decompose_change_notification()
270 if (nh_idx_old == nh_idx_new) { in decompose_change_notification()
283 } else if (nh_idx_old < nh_idx_new) { in decompose_change_notification()
290 (wn_old[idx_old + 1].nh->nh_priv->nh_idx > nh_idx_new)) { in decompose_change_notification()