q_cbq.c | 187 struct tc_cbq_fopt fopt; local 202 memset(&fopt, 0, sizeof(fopt)); 319 if (get_tc_classid(&fopt.split, *argv)) { 327 err = sscanf(*argv, "%08x/%08x", &fopt.defmap, &fopt.defchange); 333 fopt.defchange = ~0; 421 addattr_l(n, 1024, TCA_CBQ_FOPT, &fopt, sizeof(fopt)); 443 struct tc_cbq_fopt *fopt = NULL local [all...] |