Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_atm.c189 static const struct nla_policy atm_policy[TCA_ATM_MAX + 1] = {
202 struct nlattr *tb[TCA_ATM_MAX + 1]; in atm_tc_change()
226 error = nla_parse_nested(tb, TCA_ATM_MAX, opt, atm_policy, NULL); in atm_tc_change()
/Linux-v4.19/include/uapi/linux/
Dpkt_sched.h539 #define TCA_ATM_MAX (__TCA_ATM_MAX - 1) macro