Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dpkt_cls.h22 #define TCA_ACT_MAX __TCA_ACT_MAX macro
23 #define TCA_OLD_COMPAT (TCA_ACT_MAX+1)
/Linux-v4.19/net/sched/
Dact_api.c800 struct nlattr *tb[TCA_ACT_MAX + 1]; in tcf_action_init_1()
805 err = nla_parse_nested(tb, TCA_ACT_MAX, nla, NULL, extack); in tcf_action_init_1()
1055 struct nlattr *tb[TCA_ACT_MAX + 1]; in tcf_action_get_1()
1061 err = nla_parse_nested(tb, TCA_ACT_MAX, nla, NULL, extack); in tcf_action_get_1()
1102 struct nlattr *tb[TCA_ACT_MAX + 1]; in tca_action_flush()
1113 err = nla_parse_nested(tb, TCA_ACT_MAX, nla, NULL, extack); in tca_action_flush()
1388 struct nlattr *tb1, *tb2[TCA_ACT_MAX + 1]; in find_dump_kind()
1402 if (nla_parse_nested(tb2, TCA_ACT_MAX, tb[1], NULL, NULL) < 0) in find_dump_kind()