Searched refs:SIOCSIFTXQLEN (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dsockios.h73 #define SIOCSIFTXQLEN 0x8943 /* Set the tx queue length */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Difconfig.c51 #ifndef SIOCSIFTXQLEN
52 # define SIOCSIFTXQLEN 0x8943 macro
188 {"SIOCSIFTXQLEN", SIOCSIFTXQLEN, ifreq_offsetof(ifr_qlen)},
H A Dinterface.c66 #ifndef SIOCSIFTXQLEN
67 #define SIOCSIFTXQLEN 0x8943 macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/libiproute/
H A Diplink.c84 xioctl(s, SIOCSIFTXQLEN, &ifr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Diplink.c145 if (ioctl(s, SIOCSIFTXQLEN, &ifr) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dtun.c1417 #if defined(IFF_ONE_QUEUE) && defined(SIOCSIFTXQLEN)
1458 #if defined(IFF_ONE_QUEUE) && defined(SIOCSIFTXQLEN)
1468 if (ioctl (ctl_fd, SIOCSIFTXQLEN, (void *) &netifr) >= 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Ddev.c4729 case SIOCSIFTXQLEN:
4903 case SIOCSIFTXQLEN:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/
H A Dsocket.c2941 case SIOCSIFTXQLEN:

Completed in 221 milliseconds