Searched refs:onh (Results 1 – 1 of 1) sorted by relevance
289 const struct fib_nh *onh; in nh_comp() local298 onh = fib_info_nh(ofi, nhsel); in nh_comp()300 if (nh->fib_nh_oif != onh->fib_nh_oif || in nh_comp()301 nh->fib_nh_gw_family != onh->fib_nh_gw_family || in nh_comp()302 nh->fib_nh_scope != onh->fib_nh_scope || in nh_comp()304 nh->fib_nh_weight != onh->fib_nh_weight || in nh_comp()307 nh->nh_tclassid != onh->nh_tclassid || in nh_comp()309 lwtunnel_cmp_encap(nh->fib_nh_lws, onh->fib_nh_lws) || in nh_comp()310 ((nh->fib_nh_flags ^ onh->fib_nh_flags) & ~RTNH_COMPARE_MASK)) in nh_comp()314 nh->fib_nh_gw4 != onh->fib_nh_gw4) in nh_comp()[all …]
Completed in 6 milliseconds