Home
last modified time | relevance | path

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

/Linux-v4.19/net/decnet/
Ddn_table.c257 if (nhp->rtnh_ifindex && nhp->rtnh_ifindex != nh->nh_oif) in dn_fib_nh_match()
360 nhp->rtnh_ifindex = nh->nh_oif; in dn_fib_dump_info()
Ddn_fib.c177 nh->nh_oif = nhp->rtnh_ifindex; in dn_fib_get_nhs()
/Linux-v4.19/net/ipv4/
Dfib_semantics.c507 nexthop_nh->nh_oif = rtnh->rtnh_ifindex; in fib_get_nhs()
673 if (rtnh->rtnh_ifindex && rtnh->rtnh_ifindex != nh->nh_oif) in fib_nh_match()
1384 rtnh->rtnh_ifindex = nh->nh_oif; in fib_dump_info()
Dipmr_base.c248 nhp->rtnh_ifindex = vif->dev->ifindex; in mr_fill_mroute()
/Linux-v4.19/include/uapi/linux/
Drtnetlink.h366 int rtnh_ifindex; member
/Linux-v4.19/net/ipv6/
Droute.c4382 if (rtnh->rtnh_ifindex) in ip6_route_multipath_add()
4383 r_cfg.fc_ifindex = rtnh->rtnh_ifindex; in ip6_route_multipath_add()
4513 if (rtnh->rtnh_ifindex) in ip6_route_multipath_del()
4514 r_cfg.fc_ifindex = rtnh->rtnh_ifindex; in ip6_route_multipath_del()
4651 rtnh->rtnh_ifindex = dev ? dev->ifindex : 0; in rt6_add_nexthop()
/Linux-v4.19/net/mpls/
Daf_mpls.c919 rtnh->rtnh_ifindex, nla_via, nla_newdst, in mpls_nh_build_multi()
1978 rtnh->rtnh_ifindex = dev->ifindex; in mpls_dump_route()