Searched refs:dev_ioctl (Results 1 – 6 of 6) sorted by relevance
| /Linux-v4.19/net/core/ |
| D | Makefile | 13 sock_diag.o dev_ioctl.o tso.o sock_reuseport.o \
|
| D | dev_ioctl.c | 377 int dev_ioctl(struct net *net, unsigned int cmd, struct ifreq *ifr, bool *need_copyout) in dev_ioctl() function
|
| /Linux-v4.19/net/ |
| D | socket.c | 973 err = dev_ioctl(net, cmd, &ifr, &need_copyout); in sock_do_ioctl() 1008 err = dev_ioctl(net, cmd, &ifr, &need_copyout); in sock_ioctl() 2889 ret = dev_ioctl(net, SIOCETHTOOL, &ifr, NULL); in ethtool_ioctl() 2944 err = dev_ioctl(net, SIOCWANDEV, &ifr, NULL); in compat_siocwandev() 2966 return dev_ioctl(net, cmd, &ifreq, NULL); in compat_ifr_data_ioctl() 2987 err = dev_ioctl(net, cmd, &ifr, NULL); in compat_sioc_ifmap()
|
| /Linux-v4.19/drivers/usb/gadget/legacy/ |
| D | inode.c | 1244 static long dev_ioctl (struct file *fd, unsigned code, unsigned long value) in dev_ioctl() function 1917 .unlocked_ioctl = dev_ioctl,
|
| /Linux-v4.19/Documentation/cdrom/ |
| D | cdrom-standard.tex | 520 \subsection{$Int\ dev_ioctl(struct\ cdrom_device_info * cdi, unsigned\ int\ 542 are routed through the call $dev_ioctl()$. In principle, `private' 954 Finally, all other $ioctl$s are passed to the function $dev_ioctl()$,
|
| /Linux-v4.19/include/linux/ |
| D | netdevice.h | 3553 int dev_ioctl(struct net *net, unsigned int cmd, struct ifreq *ifr,
|