Home
last modified time | relevance | path

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

/Linux-v5.4/tools/bpf/bpftool/
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()
/Linux-v5.4/net/sched/
Dact_api.c834 static const struct nla_policy tcf_action_policy[TCA_ACT_MAX + 1] = {
852 struct nlattr *tb[TCA_ACT_MAX + 1]; in tcf_action_init_1()
857 err = nla_parse_nested_deprecated(tb, TCA_ACT_MAX, nla, in tcf_action_init_1()
1096 struct nlattr *tb[TCA_ACT_MAX + 1]; in tcf_action_get_1()
1102 err = nla_parse_nested_deprecated(tb, TCA_ACT_MAX, nla, in tcf_action_get_1()
1146 struct nlattr *tb[TCA_ACT_MAX + 1]; in tca_action_flush()
1157 err = nla_parse_nested_deprecated(tb, TCA_ACT_MAX, nla, in tca_action_flush()
1435 struct nlattr *tb1, *tb2[TCA_ACT_MAX + 1]; in find_dump_kind()
1448 if (nla_parse_nested_deprecated(tb2, TCA_ACT_MAX, tb[1], tcf_action_policy, NULL) < 0) in find_dump_kind()
/Linux-v5.4/tools/include/uapi/linux/
Dpkt_cls.h22 #define TCA_ACT_MAX __TCA_ACT_MAX macro
23 #define TCA_OLD_COMPAT (TCA_ACT_MAX+1)
/Linux-v5.4/include/uapi/linux/
Dpkt_cls.h22 #define TCA_ACT_MAX __TCA_ACT_MAX macro
23 #define TCA_OLD_COMPAT (TCA_ACT_MAX+1)