Lines Matching defs:action
64 /* Each tc action entry cookie will be comprised of 32bit miss_cookie_base +
65 * action index in the exts tc actions array.
558 /* In case all the references are action references, this
621 * non-action reference. Until then, the chain acts only as
1044 /* skip all action-only chains */
3032 * some action referencing it.
3214 int tcf_exts_init_ex(struct tcf_exts *exts, struct net *net, int action,
3234 exts->action = action;
3299 } else if (exts->action && tb[exts->action]) {
3303 err = tcf_action_init(net, tp, tb[exts->action],
3313 if ((exts->action && tb[exts->action]) ||
3359 if (exts->action && tcf_exts_has_actions(exts)) {
3366 nest = nla_nest_start_noflag(skb, exts->action);
3400 if (!exts->action || !tcf_exts_has_actions(exts))
3403 nest = nla_nest_start_noflag(skb, exts->action);