Home
last modified time | relevance | path

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

/linux-3.4.99/net/
Dsocket.c3118 struct in6_rtmsg32 __user *ur6 = argp; in routing_ioctl() local
3119 ret = copy_from_user(&r6.rtmsg_dst, &(ur6->rtmsg_dst), in routing_ioctl()
3121 ret |= __get_user(r6.rtmsg_type, &(ur6->rtmsg_type)); in routing_ioctl()
3122 ret |= __get_user(r6.rtmsg_dst_len, &(ur6->rtmsg_dst_len)); in routing_ioctl()
3123 ret |= __get_user(r6.rtmsg_src_len, &(ur6->rtmsg_src_len)); in routing_ioctl()
3124 ret |= __get_user(r6.rtmsg_metric, &(ur6->rtmsg_metric)); in routing_ioctl()
3125 ret |= __get_user(r6.rtmsg_info, &(ur6->rtmsg_info)); in routing_ioctl()
3126 ret |= __get_user(r6.rtmsg_flags, &(ur6->rtmsg_flags)); in routing_ioctl()
3127 ret |= __get_user(r6.rtmsg_ifindex, &(ur6->rtmsg_ifindex)); in routing_ioctl()