Searched refs:dev_ioctl (Results 1 – 3 of 3) sorted by relevance
/net/core/ |
D | Makefile | 13 sock_diag.o dev_ioctl.o tso.o sock_reuseport.o \
|
D | dev_ioctl.c | 367 int dev_ioctl(struct net *net, unsigned int cmd, struct ifreq *ifr, bool *need_copyout) in dev_ioctl() function
|
/net/ |
D | socket.c | 1081 err = dev_ioctl(net, cmd, &ifr, &need_copyout); in sock_do_ioctl() 1112 err = dev_ioctl(net, cmd, &ifr, &need_copyout); in sock_ioctl() 3182 ret = dev_ioctl(net, SIOCETHTOOL, &ifr, NULL); in ethtool_ioctl() 3237 err = dev_ioctl(net, SIOCWANDEV, &ifr, NULL); in compat_siocwandev() 3261 return dev_ioctl(net, cmd, &ifreq, NULL); in compat_ifr_data_ioctl() 3330 err = dev_ioctl(net, cmd, &ifr, NULL); in compat_sioc_ifmap()
|