Searched refs:dev_ioctl (Results 1 – 5 of 5) sorted by relevance
| /linux/net/core/ |
| H A D | Makefile | 14 sock_diag.o dev_ioctl.o tso.o sock_reuseport.o \
|
| H A D | dev_ioctl.c | 697 int dev_ioctl(struct net *net, unsigned int cmd, struct ifreq *ifr, in dev_ioctl() function
|
| /linux/net/ |
| H A D | socket.c | 1268 err = dev_ioctl(net, cmd, &ifr, data, &need_copyout); in sock_do_ioctl() 1300 err = dev_ioctl(net, cmd, &ifr, data, &need_copyout); in sock_ioctl() 3391 err = dev_ioctl(net, SIOCWANDEV, &ifr, NULL, NULL); in compat_siocwandev() 3413 return dev_ioctl(net, cmd, &ifreq, data, NULL); in compat_ifr_data_ioctl()
|
| /linux/Documentation/cdrom/ |
| H A D | cdrom-standard.rst | 491 int dev_ioctl(struct cdrom_device_info *cdi, 512 are routed through the call *dev_ioctl()*. In principle, `private` 977 Finally, all other *ioctl()'s* are passed to the function *dev_ioctl()*,
|
| /linux/include/linux/ |
| H A D | netdevice.h | 4279 int dev_ioctl(struct net *net, unsigned int cmd, struct ifreq *ifr,
|