Home
last modified time | relevance | path

Searched refs:need_copyout (Results 1 – 2 of 2) sorted by relevance

/linux/net/
H A Dsocket.c1308 bool need_copyout; in sock_do_ioctl() local
1327 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() local
1359 err = dev_ioctl(net, cmd, &ifr, data, &need_copyout); in sock_ioctl()
1360 if (!err && need_copyout) in sock_ioctl()
/linux/include/linux/
H A Dnetdevice.h4315 void __user *data, bool *need_copyout);