Lines Matching refs:argp
1684 void __user *argp = (void __user *)arg; in ax25_ioctl() local
1695 res = put_user(amount, (int __user *)argp); in ax25_ioctl()
1705 res = put_user(amount, (int __user *) argp); in ax25_ioctl()
1710 res = sock_get_timestamp(sk, argp); in ax25_ioctl()
1714 res = sock_get_timestampns(sk, argp); in ax25_ioctl()
1721 if (copy_from_user(&sax25, argp, sizeof(sax25))) { in ax25_ioctl()
1735 if (get_user(amount, (long __user *)argp)) { in ax25_ioctl()
1755 res = ax25_rt_ioctl(cmd, argp); in ax25_ioctl()
1763 res = ax25_ctl_ioctl(cmd, argp); in ax25_ioctl()
1800 if (copy_to_user(argp, &ax25_info, sizeof(struct ax25_info_struct_deprecated))) { in ax25_ioctl()
1805 if (copy_to_user(argp, &ax25_info, sizeof(struct ax25_info_struct))) { in ax25_ioctl()
1821 if (copy_from_user(&ax25_fwd, argp, sizeof(ax25_fwd))) { in ax25_ioctl()