Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dsockios.h97 #define SIOCSIFTXQLEN 0x8943 /* Set the tx queue length */ macro
/openbmc/linux/net/core/
H A Ddev_ioctl.c571 case SIOCSIFTXQLEN: in dev_ifsioc()
753 case SIOCSIFTXQLEN: in dev_ioctl()
/openbmc/qemu/linux-user/
H A Dioctls.h350 IOCTL(SIOCSIFTXQLEN, IOC_W, MK_PTR(MK_STRUCT(STRUCT_sockaddr_ifreq))) in IOCTL()
/openbmc/linux/net/
H A Dsocket.c3495 case SIOCSIFTXQLEN: in compat_sock_ioctl_trans()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch230 +pub const SIOCSIFTXQLEN: u32 = 35139;