Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/net/mac802154/
H A Diface.c498 .ndo_do_ioctl = mac802154_wpan_ioctl,
/linux-6.15/Documentation/networking/
H A Dnetdevices.rst223 ndo_do_ioctl:
/linux-6.15/include/linux/
H A Dnetdevice.h1419 int (*ndo_do_ioctl)(struct net_device *dev, member