Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dsockios.h74 #define SIOCGIFMTU 0x8921 /* get MTU size */ macro
/openbmc/linux/net/core/
H A Ddev_ioctl.c156 case SIOCGIFMTU: /* Get the MTU of a device */ in dev_ifsioc_locked()
707 case SIOCGIFMTU: in dev_ioctl()
/openbmc/qemu/net/can/
H A Dcan_socketcan.c223 if (ioctl(s, SIOCGIFMTU, &ifr) < 0) { in can_host_socketcan_connect()
/openbmc/phosphor-networkd/test/
H A Dmock_syscall.cpp176 else if (request == SIOCGIFMTU) in ioctl()
/openbmc/qemu/
H A Dqemu-bridge-helper.c365 if (ioctl(ctlfd, SIOCGIFMTU, &ifr) == -1) { in main()
/openbmc/linux/tools/testing/selftests/net/
H A Dudpgso.c285 if (ioctl(fd, SIOCGIFMTU, &ifr)) in get_device_mtu()
/openbmc/qemu/linux-user/
H A Dioctls.h343 IOCTL(SIOCGIFMTU, IOC_W | IOC_R, MK_PTR(MK_STRUCT(STRUCT_int_ifreq))) in IOCTL()
/openbmc/linux/Documentation/admin-guide/
H A Dworkload-tracing.rst269 * SIOCGIFADDR, SIOCGIFNETMASK, SIOCGIFMETRIC, SIOCGIFMTU
/openbmc/linux/Documentation/networking/
H A Dcan.rst676 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 Dsocket.c3438 case SIOCGIFMTU: in compat_sock_ioctl_trans()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch200 +pub const SIOCGIFMTU: u32 = 35105;