Home
last modified time | relevance | path

Searched refs:ch_overhead (Results 1 – 2 of 2) sorted by relevance

/external/libnl/lib/route/sch/
Dhtb.c122 d->ch_overhead = (opts.rate.mpu >> 8) & 0xff; in htb_class_msg_parser()
223 nl_dump(p, " overhead %u", d->ch_overhead); in htb_class_dump_details()
325 overhead = d->ch_overhead; in htb_class_get_opts()
494 d->ch_overhead = overhead; in rtnl_htb_set_overhead()
/external/libnl/include/
Dnetlink-types.h641 uint8_t ch_overhead; member