Home
last modified time | relevance | path

Searched refs:fib_nh_oif (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.1/net/ipv4/
Dfib_semantics.c299 if (nh->fib_nh_oif != onh->fib_nh_oif || in nh_comp()
367 val ^= fib_devindex_hashfn(nh->fib_nh_oif); in fib_info_hashfn()
633 nh->fib_nh_oif = cfg->fc_oif; in fib_nh_init()
771 if (cfg->fc_oif && nh->fib_nh_oif != cfg->fc_oif) { in fib_get_nhs()
912 if ((cfg->fc_oif && cfg->fc_oif != nh->fib_nh_oif) || in fib_nh_match()
941 if (rtnh->rtnh_ifindex && rtnh->rtnh_ifindex != nh->fib_nh_oif) in fib_nh_match()
1054 .fc_ifindex = nh->fib_nh_oif, in fib_check_nh_v6_gw()
1065 nh->fib_nh_oif = nh->fib_nh_dev->ifindex; in fib_check_nh_v6_gw()
1131 dev = __dev_get_by_index(net, nh->fib_nh_oif); in fib_check_nh_v4_gw()
1158 .flowi4_oif = nh->fib_nh_oif, in fib_check_nh_v4_gw()
[all …]
/Linux-v6.1/include/net/
Dip_fib.h117 #define fib_nh_oif nh_common.nhc_oif macro
/Linux-v6.1/net/ipv6/
Droute.c3623 fib6_nh->fib_nh_oif = dev->ifindex; in fib6_nh_init()