Searched refs:onh (Results 1 – 1 of 1) sorted by relevance
276 const struct fib_nh *onh; in nh_comp() local285 onh = fib_info_nh(ofi, nhsel); in nh_comp()287 if (nh->fib_nh_oif != onh->fib_nh_oif || in nh_comp()288 nh->fib_nh_gw_family != onh->fib_nh_gw_family || in nh_comp()289 nh->fib_nh_scope != onh->fib_nh_scope || in nh_comp()291 nh->fib_nh_weight != onh->fib_nh_weight || in nh_comp()294 nh->nh_tclassid != onh->nh_tclassid || in nh_comp()296 lwtunnel_cmp_encap(nh->fib_nh_lws, onh->fib_nh_lws) || in nh_comp()297 ((nh->fib_nh_flags ^ onh->fib_nh_flags) & ~RTNH_COMPARE_MASK)) in nh_comp()301 nh->fib_nh_gw4 != onh->fib_nh_gw4) in nh_comp()[all …]