HomeSort by relevance Sort by last modified time
    Searched defs:linklayer (Results 1 - 10 of 10) sorted by null

  /external/iproute2/tc/
m_police.c 39 fprintf(stderr, " [ linklayer TYPE ] [ CONTROL ]\n");
68 unsigned int linklayer = LINKLAYER_ETHERNET; /* Assume ethernet */ local
168 } else if (matches(*argv, "linklayer") == 0) {
170 if (get_linklayer(&linklayer, *argv)) {
171 explain1("linklayer"); return -1;
215 linklayer) < 0) {
226 linklayer) < 0) {
264 unsigned int linklayer; local
309 linklayer = (p->rate.linklayer & TC_LINKLAYER_MASK)
    [all...]
q_tbf.c 30 fprintf(stderr, "[ overhead BYTES ] [ linklayer TYPE ]\n");
48 unsigned int linklayer = LINKLAYER_ETHERNET; /* Assume ethernet */ local
154 } else if (matches(*argv, "linklayer") == 0) {
156 if (get_linklayer(&linklayer, *argv)) {
157 explain1("linklayer", *argv); return -1;
218 if (tc_calc_rtable(&opt.rate, rtab, Rcell_log, mtu, linklayer) < 0) {
227 if (tc_calc_rtable(&opt.peakrate, ptab, Pcell_log, mtu, linklayer) < 0) {
255 unsigned int linklayer; local
323 linklayer = (qopt->rate.linklayer & TC_LINKLAYER_MASK)
    [all...]
tc_core.c 92 static unsigned int tc_adjust_size(unsigned int sz, unsigned int mpu, enum link_layer linklayer)
97 switch (linklayer) {
113 * linklayer parameters.
118 * Kernel linklayer handling got fixed in kernel v3.11 by
119 * - commit 8a8e3d84b17 (net_sched: restore "linklayer atm" handling)
128 enum link_layer linklayer)
145 sz = tc_adjust_size((i + 1) << cell_log, mpu, linklayer);
151 r->linklayer = (linklayer & TC_LINKLAYER_MASK);
162 enum link_layer linklayer = s->linklayer local
    [all...]
q_cbq.c 35 fprintf(stderr, " [ overhead BYTES ] [ linklayer TYPE ]\n");
57 unsigned int linklayer = LINKLAYER_ETHERNET; /* Assume ethernet */ local
121 } else if (matches(*argv, "linklayer") == 0) {
123 if (get_linklayer(&linklayer, *argv)) {
124 explain1("linklayer"); return -1;
152 if (tc_calc_rtable(&r, rtab, cell_log, allot, linklayer) < 0) {
194 unsigned int linklayer = LINKLAYER_ETHERNET; /* Assume ethernet */ local
335 } else if (matches(*argv, "linklayer") == 0) {
337 if (get_linklayer(&linklayer, *argv)) {
338 explain1("linklayer"); return -1
442 unsigned int linklayer; local
    [all...]
q_htb.c 46 " linklay adapting to a linklayer e.g. atm\n"
122 unsigned int linklayer = LINKLAYER_ETHERNET; /* Assume ethernet */ local
148 } else if (matches(*argv, "linklayer") == 0) {
150 if (get_linklayer(&linklayer, *argv)) {
151 explain1("linklayer"); return -1;
236 if (tc_calc_rtable(&opt.rate, rtab, cell_log, mtu, linklayer) < 0) {
242 if (tc_calc_rtable(&opt.ceil, ctab, ccell_log, mtu, linklayer) < 0) {
270 unsigned int linklayer; local
310 linklayer = (hopt->rate.linklayer & TC_LINKLAYER_MASK)
    [all...]
  /external/libnl/include/linux-private/linux/
pkt_sched.h 92 unsigned int linklayer; member in struct:tc_sizespec
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
pkt_sched.h 92 unsigned int linklayer; member in struct:tc_sizespec
  /bionic/libc/kernel/uapi/linux/
pkt_sched.h 63 __u8 linklayer; member in struct:tc_ratespec
75 unsigned int linklayer; member in struct:tc_sizespec
  /external/iproute2/include/uapi/linux/
pkt_sched.h 91 __u8 linklayer; /* lower 4 bits */ member in struct:tc_ratespec
105 unsigned int linklayer; member in struct:tc_sizespec
  /external/kernel-headers/original/uapi/linux/
pkt_sched.h 92 __u8 linklayer; /* lower 4 bits */ member in struct:tc_ratespec
106 unsigned int linklayer; member in struct:tc_sizespec

Completed in 302 milliseconds