Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Droute.h40 char __user *rt_dev; /* forcing the device at add */ member
/linux-4.4.14/net/ipv4/
Dfib_frontend.c495 if (rt->rt_dev) { in rtentry_to_fib_config()
500 if (copy_from_user(devname, rt->rt_dev, IFNAMSIZ-1)) in rtentry_to_fib_config()
/linux-4.4.14/net/
Dsocket.c2953 /* char * */ u32 rt_dev; /* forcing the device at add */ member
3005 ret |= get_user(rtdev, &(ur4->rt_dev)); in routing_ioctl()
3008 r4.rt_dev = (char __user __force *)devname; in routing_ioctl()
3011 r4.rt_dev = NULL; in routing_ioctl()
/linux-4.4.14/net/appletalk/
Dddp.c893 if (rt.rt_dev) { in atrtr_ioctl()
895 if (copy_from_user(name, rt.rt_dev, IFNAMSIZ-1)) in atrtr_ioctl()
/linux-4.4.14/net/ipv6/
Droute.c156 struct net_device *rt_dev = rt->dst.dev; in rt6_uncached_list_flush_dev() local
163 if (rt_dev == dev) { in rt6_uncached_list_flush_dev()
166 dev_put(rt_dev); in rt6_uncached_list_flush_dev()