Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Droute.h41 char __user *rt_dev; /* forcing the device at add */ member
/Linux-v4.19/net/ipv4/
Dfib_frontend.c515 if (rt->rt_dev) { in rtentry_to_fib_config()
520 if (copy_from_user(devname, rt->rt_dev, IFNAMSIZ-1)) in rtentry_to_fib_config()
/Linux-v4.19/net/
Dsocket.c3015 /* char * */ u32 rt_dev; /* forcing the device at add */ member
3067 ret |= get_user(rtdev, &(ur4->rt_dev)); in routing_ioctl()
3070 r4.rt_dev = (char __user __force *)devname; in routing_ioctl()
3073 r4.rt_dev = NULL; in routing_ioctl()
/Linux-v4.19/net/appletalk/
Dddp.c892 if (rt.rt_dev) { in atrtr_ioctl()
894 if (copy_from_user(name, rt.rt_dev, IFNAMSIZ-1)) in atrtr_ioctl()
/Linux-v4.19/net/ipv6/
Droute.c174 struct net_device *rt_dev = rt->dst.dev; in rt6_uncached_list_flush_dev() local
181 if (rt_dev == dev) { in rt6_uncached_list_flush_dev()
184 dev_put(rt_dev); in rt6_uncached_list_flush_dev()