Lines Matching refs:TCA_ACT_MAX_PRIO
252 struct tc_action *actions[TCA_ACT_MAX_PRIO] = { in tcf_action_offload_add_ex()
553 n_i >= TCA_ACT_MAX_PRIO) in tcf_dump_walker()
1077 u32 jmp_ttl = TCA_ACT_MAX_PRIO; /*matches actions per filter */ in tcf_action_exec()
1464 struct tc_action_ops *ops[TCA_ACT_MAX_PRIO] = {}; in tcf_action_init()
1465 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tcf_action_init()
1471 err = nla_parse_nested_deprecated(tb, TCA_ACT_MAX_PRIO, nla, NULL, in tcf_action_init()
1476 for (i = 1; i <= TCA_ACT_MAX_PRIO && tb[i]; i++) { in tcf_action_init()
1487 for (i = 1; i <= TCA_ACT_MAX_PRIO && tb[i]; i++) { in tcf_action_init()
1550 for (i = 0; i < TCA_ACT_MAX_PRIO && ops[i]; i++) in tcf_action_init()
1835 struct tc_action *actions[TCA_ACT_MAX_PRIO] = { in tcf_reoffload_del_notify_msg()
1989 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in tca_action_gd()
1992 struct tc_action *actions[TCA_ACT_MAX_PRIO] = {}; in tca_action_gd()
1994 ret = nla_parse_nested_deprecated(tb, TCA_ACT_MAX_PRIO, nla, NULL, in tca_action_gd()
2007 for (i = 1; i <= TCA_ACT_MAX_PRIO && tb[i]; i++) { in tca_action_gd()
2078 struct tc_action *actions[TCA_ACT_MAX_PRIO] = {}; in tcf_action_add()
2079 int init_res[TCA_ACT_MAX_PRIO] = {}; in tcf_action_add()
2160 struct nlattr *tb[TCA_ACT_MAX_PRIO + 1]; in find_dump_kind()
2167 …if (nla_parse_deprecated(tb, TCA_ACT_MAX_PRIO, nla_data(tb1), NLMSG_ALIGN(nla_len(tb1)), NULL, NUL… in find_dump_kind()