Searched refs:user_length (Results 1 – 2 of 2) sorted by relevance
741 int err, extra_size, user_length = 0, essid_compat = 0; in ioctl_standard_iw_point() 794 user_length = iwp->length; in ioctl_standard_iw_point() 796 /* Don't check if user_length > max to allow forward in ioctl_standard_iw_point() 797 * compatibility. The test user_length < min is in ioctl_standard_iw_point() 803 (user_length > descr->max_tokens)) { in ioctl_standard_iw_point() 808 extra_size = user_length * descr->token_size; in ioctl_standard_iw_point() 810 /* Note : user_length is originally a __u16, in ioctl_standard_iw_point() 871 if (user_length < iwp->length) { in ioctl_standard_iw_point() 742 int err, extra_size, user_length = 0, essid_compat = 0; ioctl_standard_iw_point() local
139 packet_buffer_get(struct client *client, char __user *data, size_t user_length) in packet_buffer_get() argument155 if (length > user_length) in packet_buffer_get()