HomeSort by relevance Sort by last modified time
    Searched full:txqueuelen (Results 1 - 12 of 12) sorted by null

  /external/iproute2/man/man8/
tc-pfifo_fast.8 29 Each band can be txqueuelen packets long, as configured with
40 txqueuelen
41 The length of the three bands depends on the interface txqueuelen, as
tc-bfifo.8 39 to the interface txqueuelen, as specified with
45 For bfifo, it defaults to the txqueuelen multiplied by the interface MTU.
ip-link.8.in 34 .RB "[ " txqueuelen
107 .B txqueuelen
893 .BI txqueuelen " NUMBER"
  /external/toybox/toys/other/
ifconfig.c 34 txqueuelen LEN - number of buffered packets before output blocks
233 "collisions", "carrier", 0, "txqueuelen"};
238 // Query txqueuelen
378 {"txqueuelen", IFREQ_OFFSZ(ifr_qlen), SIOCSIFTXQLEN},
  /external/iproute2/ip/
iplink.c 49 fprintf(stderr, " [ txqueuelen PACKETS ]\n");
68 fprintf(stderr, " [ txqueuelen PACKETS ]\n");
453 } else if (matches(*argv, "txqueuelen") == 0 ||
458 duparg("txqueuelen", *argv);
460 invarg("Invalid \"txqueuelen\" value\n", *argv);
1078 } else if (matches(*argv, "txqueuelen") == 0 ||
1083 duparg("txqueuelen", *argv);
1085 invarg("Invalid \"txqueuelen\" value\n", *argv);
  /external/iproute2/doc/actions/
ifb-README 117 collisions:0 txqueuelen:32
  /external/toybox/tests/
ifconfig.test 16 # txqueuelen LEN - number of buffered packets before output blocks
  /external/toybox/toys/pending/
ip.c 59 int flags, iface_idx, mtu, txqueuelen, parent,iface_type; member in struct:linkdata
635 {"multicast", 3}, {"dynamic", 4}, {"name", 5}, {"txqueuelen", 6},
756 else link->txqueuelen = req.ifr_ifru.ifru_ivalue;
779 link->mtu, link->qdiscpline, link->state, link->txqueuelen);
874 link->txqueuelen = *((int*)(RTA_DATA(attr)));
    [all...]
  /external/autotest/client/bin/net/
net_utils_unittest.py 761 ' collisions:0 txqueuelen:0'
808 ' collisions:0 txqueuelen:0'
    [all...]
  /external/iproute2/doc/
ip-cref.tex 308 \item \verb|txqueuelen NUMBER| or \verb|txqlen NUMBER|
    [all...]
  /external/netperf/src/
nettest_omni.c     [all...]
nettest_bsd.c     [all...]

Completed in 656 milliseconds