Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_sample.h23 #define TCA_SAMPLE_MAX (__TCA_SAMPLE_MAX - 1) macro
/openbmc/linux/net/sched/
H A Dact_sample.c29 static const struct nla_policy sample_policy[TCA_SAMPLE_MAX + 1] = {
43 struct nlattr *tb[TCA_SAMPLE_MAX + 1]; in tcf_sample_init()
54 ret = nla_parse_nested_deprecated(tb, TCA_SAMPLE_MAX, nla, in tcf_sample_init()