Searched refs:TCA_MAX (Results 1 – 2 of 2) sorted by relevance
35 static struct nla_policy tc_policy[TCA_MAX+1] = {69 struct nlattr *tb[TCA_MAX + 1]; in rtnl_tc_msg_parse()76 err = nlmsg_parse(n, sizeof(*tm), tb, TCA_MAX, tc_policy); in rtnl_tc_msg_parse()
591 #define TCA_MAX (__TCA_MAX - 1) macro