Home
last modified time | relevance | path

Searched refs:rtnh_ifindex (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/net/decnet/
Ddn_table.c255 if (nhp->rtnh_ifindex && nhp->rtnh_ifindex != nh->nh_oif) in dn_fib_nh_match()
358 nhp->rtnh_ifindex = nh->nh_oif; in dn_fib_dump_info()
Ddn_fib.c175 nh->nh_oif = nhp->rtnh_ifindex; in dn_fib_get_nhs()
/linux-4.4.14/net/ipv4/
Dfib_semantics.c484 nexthop_nh->nh_oif = rtnh->rtnh_ifindex; in fib_get_nhs()
657 if (rtnh->rtnh_ifindex && rtnh->rtnh_ifindex != nh->nh_oif) in fib_nh_match()
1301 rtnh->rtnh_ifindex = nh->nh_oif; in fib_dump_info()
Dipmr.c2174 nhp->rtnh_ifindex = mrt->vif_table[ct].dev->ifindex; in __ipmr_fill_mroute()
/linux-4.4.14/include/uapi/linux/
Drtnetlink.h335 int rtnh_ifindex; member
/linux-4.4.14/net/mpls/
Daf_mpls.c700 rtnh->rtnh_ifindex, nla_via, in mpls_nh_build_multi()
1273 rtnh->rtnh_ifindex = dev->ifindex; in mpls_dump_route()
/linux-4.4.14/net/ipv6/
Droute.c2882 if (rtnh->rtnh_ifindex) in ip6_route_multipath_add()
2883 r_cfg.fc_ifindex = rtnh->rtnh_ifindex; in ip6_route_multipath_add()
2976 if (rtnh->rtnh_ifindex) in ip6_route_multipath_del()
2977 r_cfg.fc_ifindex = rtnh->rtnh_ifindex; in ip6_route_multipath_del()
Dip6mr.c2261 nhp->rtnh_ifindex = mrt->vif6_table[ct].dev->ifindex; in __ip6mr_fill_mroute()