Searched refs:need_copyout (Results 1 – 2 of 2) sorted by relevance
1308 bool need_copyout; in sock_do_ioctl() local1327 err = dev_ioctl(net, cmd, &ifr, data, &need_copyout); in sock_do_ioctl()1328 if (!err && need_copyout) in sock_do_ioctl()1356 bool need_copyout; in sock_ioctl() local1359 err = dev_ioctl(net, cmd, &ifr, data, &need_copyout); in sock_ioctl()1360 if (!err && need_copyout) in sock_ioctl()
4315 void __user *data, bool *need_copyout);