Home | History | Annotate | Download | only in tc

Lines Matching defs:tb

113 	struct rtattr *tb[TCA_BASIC_MAX+1];
118 parse_rtattr_nested(tb, TCA_BASIC_MAX, opt);
123 if (tb[TCA_BASIC_CLASSID]) {
126 sprint_tc_classid(rta_getattr_u32(tb[TCA_BASIC_CLASSID]), b1));
129 if (tb[TCA_BASIC_EMATCHES])
130 print_ematch(f, tb[TCA_BASIC_EMATCHES]);
132 if (tb[TCA_BASIC_POLICE]) {
134 tc_print_police(f, tb[TCA_BASIC_POLICE]);
137 if (tb[TCA_BASIC_ACT]) {
138 tc_print_action(f, tb[TCA_BASIC_ACT], 0);