Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/crypto/
Dsha2-ce-core.S25 tb1 .req q9
Dsha1-ce-core.S26 tb1 .req q4
/linux-4.4.14/net/sched/
Dact_api.c1019 struct nlattr *tb1, *tb2[TCA_ACT_MAX + 1]; in find_dump_kind() local
1026 tb1 = nla[TCA_ACT_TAB]; in find_dump_kind()
1027 if (tb1 == NULL) in find_dump_kind()
1030 if (nla_parse(tb, TCA_ACT_MAX_PRIO, nla_data(tb1), in find_dump_kind()
1031 NLMSG_ALIGN(nla_len(tb1)), NULL) < 0) in find_dump_kind()