Searched refs:r6 (Results 1 – 1 of 1) sorted by relevance
3372 struct in6_rtmsg r6; in routing_ioctl() local3380 ret = copy_from_user(&r6.rtmsg_dst, &(ur6->rtmsg_dst), in routing_ioctl()3382 ret |= get_user(r6.rtmsg_type, &(ur6->rtmsg_type)); in routing_ioctl()3383 ret |= get_user(r6.rtmsg_dst_len, &(ur6->rtmsg_dst_len)); in routing_ioctl()3384 ret |= get_user(r6.rtmsg_src_len, &(ur6->rtmsg_src_len)); in routing_ioctl()3385 ret |= get_user(r6.rtmsg_metric, &(ur6->rtmsg_metric)); in routing_ioctl()3386 ret |= get_user(r6.rtmsg_info, &(ur6->rtmsg_info)); in routing_ioctl()3387 ret |= get_user(r6.rtmsg_flags, &(ur6->rtmsg_flags)); in routing_ioctl()3388 ret |= get_user(r6.rtmsg_ifindex, &(ur6->rtmsg_ifindex)); in routing_ioctl()3390 r = (void *) &r6; in routing_ioctl()