Home
last modified time | relevance | path

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

/linux-6.12.1/include/uapi/linux/tc_act/
Dtc_sample.h23 #define TCA_SAMPLE_MAX (__TCA_SAMPLE_MAX - 1) macro
/linux-6.12.1/net/sched/
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()