onh               120 net/decnet/dn_fib.c 	const struct dn_fib_nh *onh = ofi->fib_nh;
onh               123 net/decnet/dn_fib.c 		if (nh->nh_oif != onh->nh_oif ||
onh               124 net/decnet/dn_fib.c 			nh->nh_gw != onh->nh_gw ||
onh               125 net/decnet/dn_fib.c 			nh->nh_scope != onh->nh_scope ||
onh               126 net/decnet/dn_fib.c 			nh->nh_weight != onh->nh_weight ||
onh               127 net/decnet/dn_fib.c 			((nh->nh_flags^onh->nh_flags)&~RTNH_F_DEAD))
onh               129 net/decnet/dn_fib.c 		onh++;
onh               284 net/ipv4/fib_semantics.c 	const struct fib_nh *onh;
onh               293 net/ipv4/fib_semantics.c 		onh = fib_info_nh(ofi, nhsel);
onh               295 net/ipv4/fib_semantics.c 		if (nh->fib_nh_oif != onh->fib_nh_oif ||
onh               296 net/ipv4/fib_semantics.c 		    nh->fib_nh_gw_family != onh->fib_nh_gw_family ||
onh               297 net/ipv4/fib_semantics.c 		    nh->fib_nh_scope != onh->fib_nh_scope ||
onh               299 net/ipv4/fib_semantics.c 		    nh->fib_nh_weight != onh->fib_nh_weight ||
onh               302 net/ipv4/fib_semantics.c 		    nh->nh_tclassid != onh->nh_tclassid ||
onh               304 net/ipv4/fib_semantics.c 		    lwtunnel_cmp_encap(nh->fib_nh_lws, onh->fib_nh_lws) ||
onh               305 net/ipv4/fib_semantics.c 		    ((nh->fib_nh_flags ^ onh->fib_nh_flags) & ~RTNH_COMPARE_MASK))
onh               309 net/ipv4/fib_semantics.c 		    nh->fib_nh_gw4 != onh->fib_nh_gw4)
onh               313 net/ipv4/fib_semantics.c 		    ipv6_addr_cmp(&nh->fib_nh_gw6, &onh->fib_nh_gw6))