Home
last modified time | relevance | path

Searched refs:tb1 (Results 1 – 1 of 1) sorted by relevance

/net/sched/
Dact_api.c1587 struct nlattr *tb1, *tb2[TCA_ACT_MAX + 1]; in find_dump_kind() local
1591 tb1 = nla[TCA_ACT_TAB]; in find_dump_kind()
1592 if (tb1 == NULL) in find_dump_kind()
1595 …if (nla_parse_deprecated(tb, TCA_ACT_MAX_PRIO, nla_data(tb1), NLMSG_ALIGN(nla_len(tb1)), NULL, NUL… in find_dump_kind()