Home
last modified time | relevance | path

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

/external/strace/
Dsock.c156 case SIOCSIFTXQLEN: in sock_ioctl()
228 case SIOCSIFTXQLEN: in sock_ioctl()
/external/kernel-headers/original/linux/
Dsockios.h74 #define SIOCSIFTXQLEN 0x8943 /* Set the tx queue length */ macro
/external/iproute2/ip/
Diplink.c584 if (ioctl(s, SIOCSIFTXQLEN, &ifr) < 0) { in set_qlen()