Searched refs:onh (Results 1 – 2 of 2) sorted by relevance
118 const struct dn_fib_nh *onh = ofi->fib_nh; in dn_fib_nh_comp() local121 if (nh->nh_oif != onh->nh_oif || in dn_fib_nh_comp()122 nh->nh_gw != onh->nh_gw || in dn_fib_nh_comp()123 nh->nh_scope != onh->nh_scope || in dn_fib_nh_comp()124 nh->nh_weight != onh->nh_weight || in dn_fib_nh_comp()125 ((nh->nh_flags^onh->nh_flags)&~RTNH_F_DEAD)) in dn_fib_nh_comp()127 onh++; in dn_fib_nh_comp()
257 const struct fib_nh *onh = ofi->fib_nh; in nh_comp() local260 if (nh->nh_oif != onh->nh_oif || in nh_comp()261 nh->nh_gw != onh->nh_gw || in nh_comp()262 nh->nh_scope != onh->nh_scope || in nh_comp()264 nh->nh_weight != onh->nh_weight || in nh_comp()267 nh->nh_tclassid != onh->nh_tclassid || in nh_comp()269 ((nh->nh_flags ^ onh->nh_flags) & ~RTNH_F_DEAD)) in nh_comp()271 onh++; in nh_comp()