Home
last modified time | relevance | path

Searched refs:rt_dev (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/include/uapi/linux/
Droute.h41 char __user *rt_dev; /* forcing the device at add */ member
/Linux-v6.6/include/net/
Dcompat.h43 compat_uptr_t rt_dev; /* forcing the device at add */ member
/Linux-v6.6/net/appletalk/
Dddp.c875 if (rt->rt_dev) { in atrtr_ioctl_addrt()
878 if (copy_from_user(name, rt->rt_dev, IFNAMSIZ-1)) in atrtr_ioctl_addrt()
1865 get_user(rtdev, &ur->rt_dev)) in atalk_compat_routing_ioctl()
1876 rt.rt_dev = compat_ptr(rtdev); in atalk_compat_routing_ioctl()
/Linux-v6.6/net/ipv4/
Dfib_frontend.c527 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()
Daf_inet.c1023 get_user(rtdev, &ur->rt_dev)) in inet_compat_routing_ioctl()
1026 rt.rt_dev = compat_ptr(rtdev); in inet_compat_routing_ioctl()
/Linux-v6.6/net/ipv6/
Droute.c174 struct net_device *rt_dev = rt->dst.dev; in rt6_uncached_list_flush_dev() local
183 if (rt_dev == dev) { in rt6_uncached_list_flush_dev()
185 netdev_ref_replace(rt_dev, blackhole_netdev, in rt6_uncached_list_flush_dev()