Searched refs:TCA_ACT_MAX_PRIO (Results 1 – 2 of 2) sorted by relevance
114 if (n_i >= TCA_ACT_MAX_PRIO) in tcf_dump_walker()591 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tcf_action_init()596 err = nla_parse_nested(tb, TCA_ACT_MAX_PRIO, nla, NULL); in tcf_action_init()600 for (i = 1; i <= TCA_ACT_MAX_PRIO && tb[i]; i++) { in tcf_action_init()884 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tca_action_gd()888 ret = nla_parse_nested(tb, TCA_ACT_MAX_PRIO, nla, NULL); in tca_action_gd()899 for (i = 1; i <= TCA_ACT_MAX_PRIO && tb[i]; i++) { in tca_action_gd()1020 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in find_dump_kind()1030 if (nla_parse(tb, TCA_ACT_MAX_PRIO, nla_data(tb1), in find_dump_kind()
74 #define TCA_ACT_MAX_PRIO 32 macro