Searched refs:dev_ioctl (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/net/core/ |
D | Makefile | 13 sock_diag.o dev_ioctl.o tso.o sock_reuseport.o \
|
D | dev_ioctl.c | 470 int dev_ioctl(struct net *net, unsigned int cmd, struct ifreq *ifr, in dev_ioctl() function
|
/Linux-v5.15/net/ |
D | socket.c | 1132 err = dev_ioctl(net, cmd, &ifr, data, &need_copyout); in sock_do_ioctl() 1162 err = dev_ioctl(net, cmd, &ifr, data, &need_copyout); in sock_ioctl() 3211 err = dev_ioctl(net, SIOCWANDEV, &ifr, NULL, NULL); in compat_siocwandev() 3233 return dev_ioctl(net, cmd, &ifreq, data, NULL); in compat_ifr_data_ioctl()
|
/Linux-v5.15/drivers/usb/gadget/legacy/ |
D | inode.c | 1246 static long dev_ioctl (struct file *fd, unsigned code, unsigned long value) in dev_ioctl() function 1917 .unlocked_ioctl = dev_ioctl,
|
/Linux-v5.15/Documentation/cdrom/ |
D | cdrom-standard.rst | 502 int dev_ioctl(struct cdrom_device_info *cdi, 523 are routed through the call *dev_ioctl()*. In principle, `private` 977 Finally, all other *ioctl()'s* are passed to the function *dev_ioctl()*,
|
/Linux-v5.15/include/linux/ |
D | netdevice.h | 4036 int dev_ioctl(struct net *net, unsigned int cmd, struct ifreq *ifr,
|