Home
last modified time | relevance | path

Searched refs:SIOCSIFMTU (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dsockios.h75 #define SIOCSIFMTU 0x8922 /* set MTU size */ macro
/openbmc/phosphor-networkd/src/
H A Dsystem_queries.cpp102 getIFSock().ioctl(SIOCSIFMTU, &ifr); in setMTU()
/openbmc/linux/net/core/
H A Ddev_ioctl.c535 case SIOCSIFMTU: /* Set the MTU of a device */ in dev_ifsioc()
765 case SIOCSIFMTU: in dev_ioctl()
/openbmc/qemu/
H A Dqemu-bridge-helper.c378 if (ioctl(ctlfd, SIOCSIFMTU, &ifr) == -1) { in main()
/openbmc/linux/tools/testing/selftests/net/
H A Dudpgso.c326 if (ioctl(fd, SIOCSIFMTU, &ifr)) in __set_device_mtu()
/openbmc/qemu/linux-user/
H A Dioctls.h354 IOCTL(SIOCSIFMTU, IOC_W, MK_PTR(MK_STRUCT(STRUCT_int_ifreq))) in IOCTL()
/openbmc/linux/net/
H A Dsocket.c3474 case SIOCSIFMTU: in compat_sock_ioctl_trans()