Home
last modified time | relevance | path

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

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