]> git.proxmox.com Git - mirror_iproute2.git/blob - tc/tc_common.h
Auto merged
[mirror_iproute2.git] / tc / tc_common.h
1
2 #define TCA_BUF_MAX (64*1024)
3
4 extern int do_qdisc(int argc, char **argv);
5 extern int do_class(int argc, char **argv);
6 extern int do_filter(int argc, char **argv);
7 extern int do_action(int argc, char **argv);
8
9 extern int parse_estimator(int *p_argc, char ***p_argv, struct tc_estimator *est);