Home
last modified time | relevance | path

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

/linux-5.19.10/net/decnet/
Ddn_fib.c119 const struct dn_fib_nh *onh = ofi->fib_nh; in dn_fib_nh_comp() local
122 if (nh->nh_oif != onh->nh_oif || in dn_fib_nh_comp()
123 nh->nh_gw != onh->nh_gw || in dn_fib_nh_comp()
124 nh->nh_scope != onh->nh_scope || in dn_fib_nh_comp()
125 nh->nh_weight != onh->nh_weight || in dn_fib_nh_comp()
126 ((nh->nh_flags^onh->nh_flags)&~RTNH_F_DEAD)) in dn_fib_nh_comp()
128 onh++; in dn_fib_nh_comp()
/linux-5.19.10/net/ipv4/
Dfib_semantics.c288 const struct fib_nh *onh; in nh_comp() local
297 onh = fib_info_nh(ofi, nhsel); in nh_comp()
299 if (nh->fib_nh_oif != onh->fib_nh_oif || in nh_comp()
300 nh->fib_nh_gw_family != onh->fib_nh_gw_family || in nh_comp()
301 nh->fib_nh_scope != onh->fib_nh_scope || in nh_comp()
303 nh->fib_nh_weight != onh->fib_nh_weight || in nh_comp()
306 nh->nh_tclassid != onh->nh_tclassid || in nh_comp()
308 lwtunnel_cmp_encap(nh->fib_nh_lws, onh->fib_nh_lws) || in nh_comp()
309 ((nh->fib_nh_flags ^ onh->fib_nh_flags) & ~RTNH_COMPARE_MASK)) in nh_comp()
313 nh->fib_nh_gw4 != onh->fib_nh_gw4) in nh_comp()
[all …]