Lines Matching defs:actions
65 * action index in the exts tc actions array.
622 * a placeholder for actions pointing to it and user ought
1497 /* XXX: Standalone actions are not allowed to jump to any chain, and bound
1498 * actions should be all removed after flushing.
3228 exts->actions = kcalloc(TCA_ACT_MAX_PRIO, sizeof(struct tc_action *),
3230 if (!exts->actions)
3249 exts->actions = NULL;
3260 if (exts->actions) {
3261 tcf_action_destroy(exts->actions, TCA_ACT_UNBIND);
3262 kfree(exts->actions);
3296 exts->actions[0] = act;
3298 tcf_idr_insert_many(exts->actions);
3304 rate_tlv, exts->actions, init_res,
3315 NL_SET_ERR_MSG(extack, "Classifier actions are not supported per compile options (CONFIG_NET_CLS_ACT)");
3350 return exts->actions[0];
3370 if (tcf_action_dump(skb, exts->actions, 0, 0, false)
3407 if (tcf_action_dump(skb, exts->actions, 0, 0, true) < 0)
3747 struct tc_action *actions[],
3758 if (!actions)
3762 tcf_act_for_each_action(i, act, actions) {
3811 return tc_setup_action(flow_action, exts->actions, miss_cookie_base,