Displaying 2 results from an estimated 2 matches for "htb_parse_class_opt".
2004 Jan 16
0
iproute2 source compiling problem
....c:32: `explain'' previously defined here
q_htb.c:357: redefinition of `explain1''
q_htb.c:51: `explain1'' previously defined here
q_htb.c:366: redefinition of `htb_parse_opt''
q_htb.c:60: `htb_parse_opt'' previously defined here
q_htb.c:406: redefinition of `htb_parse_class_opt''
q_htb.c:100: `htb_parse_class_opt'' previously defined here
q_htb.c:523: redefinition of `htb_print_opt''
q_htb.c:217: `htb_print_opt'' previously defined here
q_htb.c:578: redefinition of `htb_print_xstats''
q_htb.c:272: `htb_print_xstats'' previou...
2006 Jun 15
0
[PATCH 2/2] Runtime configuration of HTB''s HYSTERESIS option (userspace)
...d first {0}\n"
+ " nohyst disable hysteresis (heavier on CPU but more accurate)\n"
" quantum how much bytes to serve from leaf at once {use r2q}\n"
"\nTC HTB version %d.%d\n",HTB_TC_VER>>16,HTB_TC_VER&0xffff
);
@@ -104,6 +105,7 @@ static int htb_parse_class_opt(struct qd
{
int ok=0;
struct tc_htb_opt opt;
+ struct tc_htb_hopt hopt;
__u32 rtab[256],ctab[256];
unsigned buffer=0,cbuffer=0;
int cell_log=-1,ccell_log = -1;
@@ -114,6 +116,7 @@ static int htb_parse_class_opt(struct qd
struct rtattr *tail;
memset(&opt, 0, sizeof(opt)); mtu =...