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

/linux-master/net/ipv4/
H A Dfib_semantics.c290 const struct fib_nh *onh; local
299 onh = fib_info_nh(ofi, nhsel);
301 if (nh->fib_nh_oif != onh->fib_nh_oif ||
302 nh->fib_nh_gw_family != onh->fib_nh_gw_family ||
303 nh->fib_nh_scope != onh->fib_nh_scope ||
305 nh->fib_nh_weight != onh->fib_nh_weight ||
308 nh->nh_tclassid != onh->nh_tclassid ||
310 lwtunnel_cmp_encap(nh->fib_nh_lws, onh->fib_nh_lws) ||
311 ((nh->fib_nh_flags ^ onh->fib_nh_flags) & ~RTNH_COMPARE_MASK))
315 nh->fib_nh_gw4 != onh
[all...]

Completed in 201 milliseconds