Home
last modified time | relevance | path

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

/openbmc/linux/tools/bpf/bpftool/
H A Dnetlink_dumper.c104 struct nlattr *tb[TCA_ACT_MAX + 1]; in do_dump_one_act()
109 if (libbpf_nla_parse_nested(tb, TCA_ACT_MAX, attr, NULL) < 0) in do_dump_one_act()
/openbmc/linux/net/sched/
H A Dact_api.c1285 static const struct nla_policy tcf_action_policy[TCA_ACT_MAX + 1] = {
1321 struct nlattr *tb[TCA_ACT_MAX + 1]; in tc_action_load_ops()
1328 err = nla_parse_nested_deprecated(tb, TCA_ACT_MAX, nla, in tc_action_load_ops()
1387 struct nlattr *tb[TCA_ACT_MAX + 1]; in tcf_action_init_1()
1393 err = nla_parse_nested_deprecated(tb, TCA_ACT_MAX, nla, in tcf_action_init_1()
1679 struct nlattr *tb[TCA_ACT_MAX + 1]; in tcf_action_get_1()
1685 err = nla_parse_nested_deprecated(tb, TCA_ACT_MAX, nla, in tcf_action_get_1()
1729 struct nlattr *tb[TCA_ACT_MAX + 1]; in tca_action_flush()
1740 err = nla_parse_nested_deprecated(tb, TCA_ACT_MAX, nla, in tca_action_flush()
2105 struct nlattr *tb1, *tb2[TCA_ACT_MAX + 1]; in find_dump_kind()
[all …]
/openbmc/linux/tools/include/uapi/linux/
H A Dpkt_cls.h22 #define TCA_ACT_MAX __TCA_ACT_MAX macro
23 #define TCA_OLD_COMPAT (TCA_ACT_MAX+1)
/openbmc/linux/include/uapi/linux/
H A Dpkt_cls.h53 #define TCA_ACT_MAX __TCA_ACT_MAX macro
54 #define TCA_OLD_COMPAT (TCA_ACT_MAX+1)