do_ioctl         1871 arch/x86/kernel/apm_32.c 	.unlocked_ioctl	= do_ioctl,
do_ioctl         2814 fs/compat_ioctl.c 			goto do_ioctl;
do_ioctl         2847 fs/compat_ioctl.c  do_ioctl:
do_ioctl          700 include/linux/netdevice.h 	int			(*do_ioctl)(struct net_device *dev,
do_ioctl          539 net/8021q/vlan_dev.c 		if (real_dev->do_ioctl && netif_device_present(real_dev))
do_ioctl          540 net/8021q/vlan_dev.c 			err = real_dev->do_ioctl(real_dev, &ifrr, cmd);
do_ioctl          696 net/8021q/vlan_dev.c 	dev->do_ioctl		= vlan_dev_ioctl;
do_ioctl          451 net/appletalk/aarp.c 	if (!(iface->dev->do_ioctl(iface->dev, &atreq, SIOCSIFADDR))) {
do_ioctl          452 net/appletalk/aarp.c 		(void)iface->dev->do_ioctl(iface->dev, &atreq, SIOCGIFADDR);
do_ioctl          706 net/atm/lec.c  	dev->do_ioctl = NULL;
do_ioctl          237 net/bluetooth/bnep/netdev.c 	dev->do_ioctl        = bnep_net_ioctl;
do_ioctl          168 net/bridge/br_device.c 	dev->do_ioctl = br_dev_ioctl;
do_ioctl         3657 net/core/dev.c 				if (dev->do_ioctl) {
do_ioctl         3659 net/core/dev.c 						err = dev->do_ioctl(dev, ifr,
do_ioctl          266 net/dsa/slave.c 	slave_dev->do_ioctl = dsa_slave_ioctl;
do_ioctl         1164 net/ipv4/ip_gre.c 	dev->do_ioctl		= ipgre_tunnel_ioctl;
do_ioctl          698 net/ipv4/ipip.c 	dev->do_ioctl		= ipip_tunnel_ioctl;
do_ioctl          141 net/ipv4/ipmr.c 		dev->do_ioctl(dev, &ifr, SIOCDELTUNNEL);
do_ioctl          170 net/ipv4/ipmr.c 		err = dev->do_ioctl(dev, &ifr, SIOCADDTUNNEL);
do_ioctl         2052 net/ipv6/addrconf.c 		err = dev->do_ioctl(dev, &ifr, SIOCADDTUNNEL);
do_ioctl         1322 net/ipv6/ip6_tunnel.c 	dev->do_ioctl = ip6_tnl_ioctl;
do_ioctl          934 net/ipv6/sit.c 	dev->do_ioctl		= ipip6_tunnel_ioctl;
do_ioctl          152 net/irda/irda_device.c 	if (!dev->do_ioctl) {
do_ioctl          158 net/irda/irda_device.c 	ret = dev->do_ioctl(dev, (struct ifreq *) &req, SIOCGRECEIVING);
do_ioctl         1058 net/wireless/wext.c 	if (dev->do_ioctl)
do_ioctl         1059 net/wireless/wext.c 		return dev->do_ioctl(dev, ifr, cmd);