Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/crypto/
Dsha2-ce-core.S25 tb1 .req q9
Dsha1-ce-core.S26 tb1 .req q4
/Linux-v4.19/net/sched/
Dact_api.c1388 struct nlattr *tb1, *tb2[TCA_ACT_MAX + 1]; in find_dump_kind() local
1392 tb1 = nla[TCA_ACT_TAB]; in find_dump_kind()
1393 if (tb1 == NULL) in find_dump_kind()
1396 if (nla_parse(tb, TCA_ACT_MAX_PRIO, nla_data(tb1), in find_dump_kind()
1397 NLMSG_ALIGN(nla_len(tb1)), NULL, NULL) < 0) in find_dump_kind()