Home
last modified time | relevance | path

Searched refs:dev_ioctl (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/net/core/
DMakefile13 sock_diag.o dev_ioctl.o tso.o sock_reuseport.o \
Ddev_ioctl.c378 int dev_ioctl(struct net *net, unsigned int cmd, struct ifreq *ifr, bool *need_copyout) in dev_ioctl() function
/Linux-v5.4/net/
Dsocket.c1061 err = dev_ioctl(net, cmd, &ifr, &need_copyout); in sock_do_ioctl()
1103 err = dev_ioctl(net, cmd, &ifr, &need_copyout); in sock_ioctl()
3093 ret = dev_ioctl(net, SIOCETHTOOL, &ifr, NULL); in ethtool_ioctl()
3148 err = dev_ioctl(net, SIOCWANDEV, &ifr, NULL); in compat_siocwandev()
3170 return dev_ioctl(net, cmd, &ifreq, NULL); in compat_ifr_data_ioctl()
3239 err = dev_ioctl(net, cmd, &ifr, NULL); in compat_sioc_ifmap()
/Linux-v5.4/drivers/usb/gadget/legacy/
Dinode.c1245 static long dev_ioctl (struct file *fd, unsigned code, unsigned long value) in dev_ioctl() function
1918 .unlocked_ioctl = dev_ioctl,
/Linux-v5.4/Documentation/cdrom/
Dcdrom-standard.rst516 int dev_ioctl(struct cdrom_device_info *cdi,
537 are routed through the call *dev_ioctl()*. In principle, `private`
993 Finally, all other *ioctl()'s* are passed to the function *dev_ioctl()*,
/Linux-v5.4/include/linux/
Dnetdevice.h3648 int dev_ioctl(struct net *net, unsigned int cmd, struct ifreq *ifr,