Searched refs:user_length (Results 1 – 2 of 2) sorted by relevance
742 int err, extra_size, user_length = 0, essid_compat = 0; in ioctl_standard_iw_point() local 795 user_length = iwp->length; in ioctl_standard_iw_point() 797 /* Don't check if user_length > max to allow forward in ioctl_standard_iw_point() 798 * compatibility. The test user_length < min is in ioctl_standard_iw_point() 804 (user_length > descr->max_tokens)) { in ioctl_standard_iw_point() 809 extra_size = user_length * descr->token_size; in ioctl_standard_iw_point() 811 /* Note : user_length is originally a __u16, in ioctl_standard_iw_point() 872 if (user_length < iwp->length) { in ioctl_standard_iw_point()
137 packet_buffer_get(struct client *client, char __user *data, size_t user_length) in packet_buffer_get() argument 153 if (length > user_length) in packet_buffer_get()