Home
last modified time | relevance | path

Searched refs:RTNL_TC_RTABLE_SIZE (Results 1 – 4 of 4) sorted by relevance

/external/libnl/include/netlink-private/
Dtc.h40 #define RTNL_TC_RTABLE_SIZE 256 macro
/external/libnl/lib/route/qdisc/
Dtbf.c133 uint32_t rtab[RTNL_TC_RTABLE_SIZE], ptab[RTNL_TC_RTABLE_SIZE]; in tbf_msg_fill()
Dhtb.c213 uint32_t mtu, rtable[RTNL_TC_RTABLE_SIZE], ctable[RTNL_TC_RTABLE_SIZE]; in htb_class_msg_fill()
/external/libnl/lib/route/
Dtc.c712 while ((mtu >> cell_log) >= RTNL_TC_RTABLE_SIZE) in rtnl_tc_build_rate_table()
716 for (i = 0; i < RTNL_TC_RTABLE_SIZE; i++) { in rtnl_tc_build_rate_table()