Home
last modified time | relevance | path

Searched refs:SIOCGIFMTU (Results 1 – 5 of 5) sorted by relevance

/linux/include/uapi/linux/
H A Dsockios.h74 #define SIOCGIFMTU 0x8921 /* get MTU size */ macro
/linux/net/core/
H A Ddev_ioctl.c156 case SIOCGIFMTU: /* Get the MTU of a device */ in dev_ifsioc_locked()
704 case SIOCGIFMTU: in dev_ioctl()
/linux/Documentation/admin-guide/
H A Dworkload-tracing.rst269 * SIOCGIFADDR, SIOCGIFNETMASK, SIOCGIFMETRIC, SIOCGIFMTU
/linux/Documentation/networking/
H A Dcan.rst694 The CAN device MTU can be retrieved e.g. with a SIOCGIFMTU ioctl() syscall.
1416 The CAN device MTU can be retrieved e.g. with a SIOCGIFMTU ioctl() syscall.
/linux/net/
H A Dsocket.c3485 case SIOCGIFMTU: in compat_sock_ioctl_trans()