Searched refs:SIOCGIFMTU (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/include/uapi/linux/ |
H A D | sockios.h | 74 #define SIOCGIFMTU 0x8921 /* get MTU size */ macro
|
/openbmc/linux/net/core/ |
H A D | dev_ioctl.c | 156 case SIOCGIFMTU: /* Get the MTU of a device */ in dev_ifsioc_locked() 707 case SIOCGIFMTU: in dev_ioctl()
|
/openbmc/qemu/net/can/ |
H A D | can_socketcan.c | 223 if (ioctl(s, SIOCGIFMTU, &ifr) < 0) { in can_host_socketcan_connect()
|
/openbmc/phosphor-networkd/test/ |
H A D | mock_syscall.cpp | 176 else if (request == SIOCGIFMTU) in ioctl()
|
/openbmc/qemu/ |
H A D | qemu-bridge-helper.c | 365 if (ioctl(ctlfd, SIOCGIFMTU, &ifr) == -1) { in main()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | udpgso.c | 311 if (ioctl(fd, SIOCGIFMTU, &ifr)) in get_device_mtu()
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | workload-tracing.rst | 269 * SIOCGIFADDR, SIOCGIFNETMASK, SIOCGIFMETRIC, SIOCGIFMTU
|
/openbmc/qemu/linux-user/ |
H A D | ioctls.h | 353 IOCTL(SIOCGIFMTU, IOC_W | IOC_R, MK_PTR(MK_STRUCT(STRUCT_int_ifreq))) in IOCTL()
|
/openbmc/linux/Documentation/networking/ |
H A D | can.rst | 676 The CAN device MTU can be retrieved e.g. with a SIOCGIFMTU ioctl() syscall. 1414 The CAN device MTU can be retrieved e.g. with a SIOCGIFMTU ioctl() syscall.
|
/openbmc/linux/net/ |
H A D | socket.c | 3473 case SIOCGIFMTU: in compat_sock_ioctl_trans()
|