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

/linux-master/include/uapi/linux/
H A Droute.h41 char __user *rt_dev; /* forcing the device at add */ member in struct:rtentry
/linux-master/include/net/
H A Dcompat.h43 compat_uptr_t rt_dev; /* forcing the device at add */ member in struct:compat_rtentry
/linux-master/net/appletalk/
H A Dddp.c875 if (rt->rt_dev) {
878 if (copy_from_user(name, rt->rt_dev, IFNAMSIZ-1))
1828 get_user(rtdev, &ur->rt_dev))
1839 rt.rt_dev = compat_ptr(rtdev);
/linux-master/net/ipv4/
H A Dfib_frontend.c527 if (rt->rt_dev) {
532 if (copy_from_user(devname, rt->rt_dev, IFNAMSIZ-1))
H A Daf_inet.c1028 get_user(rtdev, &ur->rt_dev))
1031 rt.rt_dev = compat_ptr(rtdev);
/linux-master/net/ipv6/
H A Droute.c174 struct net_device *rt_dev = rt->dst.dev; local
183 if (rt_dev == dev) {
185 netdev_ref_replace(rt_dev, blackhole_netdev,

Completed in 185 milliseconds