Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/tc_act/
H A Dtc_ct.h28 #define TCA_CT_MAX (__TCA_CT_MAX - 1) macro
/OK3568_Linux_fs/kernel/net/sched/
H A Dact_ct.c1053 static const struct nla_policy ct_policy[TCA_CT_MAX + 1] = {
1235 struct nlattr *tb[TCA_CT_MAX + 1]; in tcf_ct_init()
1247 err = nla_parse_nested(tb, TCA_CT_MAX, nla, ct_policy, extack); in tcf_ct_init()