Lines Matching defs:action
34 static bool tcf_mirred_is_act_redirect(int action)
36 return action == TCA_EGRESS_REDIR || action == TCA_INGRESS_REDIR;
39 static bool tcf_mirred_act_wants_ingress(int action)
41 switch (action) {
53 static bool tcf_mirred_can_reinsert(int action)
55 switch (action) {
80 /* last reference to action, no need to lock */
168 err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);
188 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);
299 /* target device/action expect data at nh */
302 /* target device/action expect data at mac */
361 opt.action = m->tcf_action;
505 pr_info("Mirror/redirect action on\n");