Lines Matching refs:fib_nh_oif
300 if (nh->fib_nh_oif != onh->fib_nh_oif || in nh_comp()
368 val ^= fib_devindex_hashfn(nh->fib_nh_oif); in fib_info_hashfn()
634 nh->fib_nh_oif = cfg->fc_oif; in fib_nh_init()
772 if (cfg->fc_oif && nh->fib_nh_oif != cfg->fc_oif) { in fib_get_nhs()
913 if ((cfg->fc_oif && cfg->fc_oif != nh->fib_nh_oif) || in fib_nh_match()
942 if (rtnh->rtnh_ifindex && rtnh->rtnh_ifindex != nh->fib_nh_oif) in fib_nh_match()
1056 .fc_ifindex = nh->fib_nh_oif, in fib_check_nh_v6_gw()
1067 nh->fib_nh_oif = nh->fib_nh_dev->ifindex; in fib_check_nh_v6_gw()
1133 dev = __dev_get_by_index(net, nh->fib_nh_oif); in fib_check_nh_v4_gw()
1160 .flowi4_oif = nh->fib_nh_oif, in fib_check_nh_v4_gw()
1197 nh->fib_nh_oif = FIB_RES_OIF(res); in fib_check_nh_v4_gw()
1228 in_dev = inetdev_by_index(net, nh->fib_nh_oif); in fib_check_nh_nongw()
1543 nh->fib_nh_dev = dev_get_by_index(net, nh->fib_nh_oif); in fib_create_info()