Lines Matching refs:nh_dev

481 		const struct net_device *dev = sprt->fib6_nh.nh_dev;  in rt6_device_match()
541 dev = rt->fib6_nh.nh_dev; in rt6_probe()
586 const struct net_device *dev = rt->fib6_nh.nh_dev; in rt6_check_dev()
603 neigh = __ipv6_neigh_lookup_noref(rt->fib6_nh.nh_dev, in rt6_check_neigh()
874 struct net_device *dev = rt->fib6_nh.nh_dev; in ip6_rt_get_dev_rcu()
1045 struct net_device *dev = rt->fib6_nh.nh_dev; in ip6_create_rt_rcu()
2468 if (fl6->flowi6_oif != rt->fib6_nh.nh_dev->ifindex) in __ip6_route_redirect()
3142 rt->fib6_nh.nh_dev = dev; in ip6_route_info_create()
3312 (!rt->fib6_nh.nh_dev || in ip6_route_del()
3313 rt->fib6_nh.nh_dev->ifindex != cfg->fc_ifindex)) in ip6_route_del()
3487 if (rt->fib6_nh.nh_dev->ifindex != ifindex) in rt6_get_route_info()
3549 if (dev == rt->fib6_nh.nh_dev && in rt6_get_dflt_router()
3775 f6i->fib6_nh.nh_dev = dev; in addrconf_f6i_alloc()
3797 if (((void *)rt->fib6_nh.nh_dev == dev || !dev) && in fib6_remove_prefsrc()
3953 if (rt != net->ipv6.fib6_null_entry && rt->fib6_nh.nh_dev == arg->dev) { in fib6_ifup()
3982 if (rt->fib6_nh.nh_dev == dev) in rt6_multipath_uses_dev()
3985 if (iter->fib6_nh.nh_dev == dev) in rt6_multipath_uses_dev()
4006 if (rt->fib6_nh.nh_dev == down_dev || in rt6_multipath_dead_count()
4010 if (iter->fib6_nh.nh_dev == down_dev || in rt6_multipath_dead_count()
4023 if (rt->fib6_nh.nh_dev == dev) in rt6_multipath_nh_flags_set()
4026 if (iter->fib6_nh.nh_dev == dev) in rt6_multipath_nh_flags_set()
4042 return rt->fib6_nh.nh_dev == dev ? -1 : 0; in fib6_ifdown()
4047 return rt->fib6_nh.nh_dev == dev ? -1 : 0; in fib6_ifdown()
4063 if (rt->fib6_nh.nh_dev != dev || in fib6_ifdown()
4118 if (rt->fib6_nh.nh_dev == arg->dev && in rt6_mtu_change_route()
4625 if (!skip_oif && rt->fib6_nh.nh_dev && in rt6_nexthop_info()
4626 nla_put_u32(skb, RTA_OIF, rt->fib6_nh.nh_dev->ifindex)) in rt6_nexthop_info()
4642 const struct net_device *dev = rt->fib6_nh.nh_dev; in rt6_add_nexthop()
5024 net->ipv6.fib6_null_entry->fib6_nh.nh_dev = dev; in ip6_route_dev_notify()
5341 init_net.ipv6.fib6_null_entry->fib6_nh.nh_dev = init_net.loopback_dev; in ip6_route_init_special_entries()