OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rtnl_tc_build_rate_table
(Results
1 - 4
of
4
) sorted by null
/external/libnl/include/netlink-private/
tc.h
42
extern int
rtnl_tc_build_rate_table
(struct rtnl_tc *tc, struct rtnl_ratespec *,
/external/libnl/lib/route/qdisc/
tbf.c
145
rtnl_tc_build_rate_table
(tc, &tbf->qt_rate, rtab);
150
rtnl_tc_build_rate_table
(tc, &tbf->qt_peakrate, ptab);
htb.c
228
rtnl_tc_build_rate_table
(tc, &htb->ch_rate, rtable);
232
rtnl_tc_build_rate_table
(tc, &htb->ch_ceil, ctable);
/external/libnl/lib/route/
tc.c
691
int
rtnl_tc_build_rate_table
(struct rtnl_tc *tc, struct rtnl_ratespec *spec,
function
Completed in 63 milliseconds