Searched refs:onh (Results 1 – 1 of 1) sorted by relevance
290 const struct fib_nh *onh; in nh_comp() local299 onh = fib_info_nh(ofi, nhsel); in nh_comp()301 if (nh->fib_nh_oif != onh->fib_nh_oif || in nh_comp()302 nh->fib_nh_gw_family != onh->fib_nh_gw_family || in nh_comp()303 nh->fib_nh_scope != onh->fib_nh_scope || in nh_comp()305 nh->fib_nh_weight != onh->fib_nh_weight || in nh_comp()308 nh->nh_tclassid != onh->nh_tclassid || in nh_comp()310 lwtunnel_cmp_encap(nh->fib_nh_lws, onh->fib_nh_lws) || in nh_comp()311 ((nh->fib_nh_flags ^ onh->fib_nh_flags) & ~RTNH_COMPARE_MASK)) in nh_comp()315 nh->fib_nh_gw4 != onh->fib_nh_gw4) in nh_comp()[all …]