Home
last modified time | relevance | path

Searched refs:ndo_do_ioctl (Results 1 – 4 of 4) sorted by relevance

/linux/net/ieee802154/
H A Dsocket.c142 if (dev->type == ARPHRD_IEEE802154 && dev->netdev_ops->ndo_do_ioctl) in ieee802154_dev_ioctl()
143 ret = dev->netdev_ops->ndo_do_ioctl(dev, &ifr, cmd); in ieee802154_dev_ioctl()
/linux/net/mac802154/
H A Diface.c500 .ndo_do_ioctl = mac802154_wpan_ioctl,
/linux/Documentation/networking/
H A Dnetdevices.rst225 ndo_do_ioctl:
/linux/include/linux/
H A Dnetdevice.h1480 int (*ndo_do_ioctl)(struct net_device *dev, member