OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RTNL_TC_RTABLE_SIZE
(Results
1 - 4
of
4
) sorted by null
/external/libnl/include/netlink/route/
tc.h
50
#define
RTNL_TC_RTABLE_SIZE
256
/external/libnl/lib/route/sch/
htb.c
269
uint32_t mtu, rtable[
RTNL_TC_RTABLE_SIZE
], ctable[
RTNL_TC_RTABLE_SIZE
];
tbf.c
159
uint32_t rtab[
RTNL_TC_RTABLE_SIZE
];
160
uint32_t ptab[
RTNL_TC_RTABLE_SIZE
];
/external/libnl/lib/route/
tc.c
433
* @arg dst Destination buffer of
RTNL_TC_RTABLE_SIZE
uint32_t[].
439
* Computes a table of
RTNL_TC_RTABLE_SIZE
entries specyfing the
455
for (i = 0; i <
RTNL_TC_RTABLE_SIZE
; i++) {
Completed in 1616 milliseconds