Searched refs:ur4 (Results 1 – 1 of 1) sorted by relevance
630 struct rtentry32 __user *ur4 = compat_ptr(arg); in routing_ioctl() local631 ret = copy_from_user (&r4.rt_dst, &(ur4->rt_dst), in routing_ioctl()633 ret |= __get_user (r4.rt_flags, &(ur4->rt_flags)); in routing_ioctl()634 ret |= __get_user (r4.rt_metric, &(ur4->rt_metric)); in routing_ioctl()635 ret |= __get_user (r4.rt_mtu, &(ur4->rt_mtu)); in routing_ioctl()636 ret |= __get_user (r4.rt_window, &(ur4->rt_window)); in routing_ioctl()637 ret |= __get_user (r4.rt_irtt, &(ur4->rt_irtt)); in routing_ioctl()638 ret |= __get_user (rtdev, &(ur4->rt_dev)); in routing_ioctl()