Home | History | Annotate | Download | only in tc

Lines Matching refs:tb

272 	struct rtattr *tb[TCA_IPT_MAX + 1];
281 parse_rtattr_nested(tb, TCA_IPT_MAX, arg);
283 if (tb[TCA_IPT_TABLE] == NULL) {
287 rta_getattr_str(tb[TCA_IPT_TABLE]));
290 if (tb[TCA_IPT_HOOK] == NULL) {
295 hook = rta_getattr_u32(tb[TCA_IPT_HOOK]);
299 if (tb[TCA_IPT_TARG] == NULL) {
304 t = RTA_DATA(tb[TCA_IPT_TARG]);
327 if (tb[TCA_IPT_INDEX] == NULL) {
331 index = rta_getattr_u32(tb[TCA_IPT_INDEX]);
335 if (tb[TCA_IPT_CNT]) {
336 struct tc_cnt *c = RTA_DATA(tb[TCA_IPT_CNT]);;
340 if (tb[TCA_IPT_TM]) {
341 struct tcf_t *tm = RTA_DATA(tb[TCA_IPT_TM]);