Lines Matching defs:action
35 static bool tcf_mirred_is_act_redirect(int action)
37 return action == TCA_EGRESS_REDIR || action == TCA_INGRESS_REDIR;
40 static bool tcf_mirred_act_wants_ingress(int action)
42 switch (action) {
54 static bool tcf_mirred_can_reinsert(int action)
56 switch (action) {
81 /* last reference to action, no need to lock */
166 err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);
188 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);
272 /* target device/action expect data at nh */
275 /* target device/action expect data at mac */
370 opt.action = m->tcf_action;
547 pr_info("Mirror/redirect action on\n");