Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_gact.h31 #define TCA_GACT_MAX (__TCA_GACT_MAX - 1) macro
/openbmc/linux/net/sched/
H A Dact_gact.c48 static const struct nla_policy gact_policy[TCA_GACT_MAX + 1] = {
60 struct nlattr *tb[TCA_GACT_MAX + 1]; in tcf_gact_init()
74 err = nla_parse_nested_deprecated(tb, TCA_GACT_MAX, nla, gact_policy, in tcf_gact_init()