Home
last modified time | relevance | path

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

/net/ipv4/
Dfib_frontend.c530 if (rt->rt_dev) { in rtentry_to_fib_config()
535 if (copy_from_user(devname, rt->rt_dev, IFNAMSIZ-1)) in rtentry_to_fib_config()
/net/
Dsocket.c3348 /* char * */ u32 rt_dev; /* forcing the device at add */ member
3400 ret |= get_user(rtdev, &(ur4->rt_dev)); in routing_ioctl()
3403 r4.rt_dev = (char __user __force *)devname; in routing_ioctl()
3406 r4.rt_dev = NULL; in routing_ioctl()
/net/appletalk/
Dddp.c887 if (rt.rt_dev) { in atrtr_ioctl()
889 if (copy_from_user(name, rt.rt_dev, IFNAMSIZ-1)) in atrtr_ioctl()
/net/ipv6/
Droute.c172 struct net_device *rt_dev = rt->dst.dev; in rt6_uncached_list_flush_dev() local
179 if (rt_dev == dev) { in rt6_uncached_list_flush_dev()
182 dev_put(rt_dev); in rt6_uncached_list_flush_dev()