Home
last modified time | relevance | path

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

/Linux-v5.15/include/uapi/linux/
Dsockios.h108 #define SIOCWANDEV 0x894A /* get/set netdev parameters */ macro
/Linux-v5.15/net/core/
Ddev_ioctl.c375 case SIOCWANDEV: in dev_ifsioc()
606 if (cmd == SIOCWANDEV || in dev_ioctl()
/Linux-v5.15/Documentation/networking/
Dnetdevices.rst241 the SIOCWANDEV ioctl with the if_settings structure.
/Linux-v5.15/net/
Dsocket.c3211 err = dev_ioctl(net, SIOCWANDEV, &ifr, NULL, NULL); in compat_siocwandev()
3265 case SIOCWANDEV: in compat_sock_ioctl_trans()