Searched refs:rt_dev (Results 1 – 7 of 7) sorted by relevance
41 char __user *rt_dev; /* forcing the device at add */ member
43 compat_uptr_t rt_dev; /* forcing the device at add */ member
875 if (rt->rt_dev) { in atrtr_ioctl_addrt()878 if (copy_from_user(name, rt->rt_dev, IFNAMSIZ-1)) in atrtr_ioctl_addrt()1864 get_user(rtdev, &ur->rt_dev)) in atalk_compat_routing_ioctl()1875 rt.rt_dev = compat_ptr(rtdev); in atalk_compat_routing_ioctl()
527 if (rt->rt_dev) { in rtentry_to_fib_config()532 if (copy_from_user(devname, rt->rt_dev, IFNAMSIZ-1)) in rtentry_to_fib_config()
1027 get_user(rtdev, &ur->rt_dev)) in inet_compat_routing_ioctl()1030 rt.rt_dev = compat_ptr(rtdev); in inet_compat_routing_ioctl()
175 struct net_device *rt_dev = rt->dst.dev; in rt6_uncached_list_flush_dev() local184 if (rt_dev == dev) { in rt6_uncached_list_flush_dev()186 netdev_ref_replace(rt_dev, blackhole_netdev, in rt6_uncached_list_flush_dev()
5320 if (dst_offsets[i] == offsetof(struct rtentry, rt_dev)) { in do_ioctl_rt()