Searched refs:TCA_SAMPLE_MAX (Results 1 – 2 of 2) sorted by relevance
25 #define TCA_SAMPLE_MAX (__TCA_SAMPLE_MAX - 1) macro
31 static const struct nla_policy sample_policy[TCA_SAMPLE_MAX + 1] = {44 struct nlattr *tb[TCA_SAMPLE_MAX + 1]; in tcf_sample_init()54 ret = nla_parse_nested(tb, TCA_SAMPLE_MAX, nla, sample_policy, NULL); in tcf_sample_init()