Lines Matching defs:action
41 int action, filter_res;
61 /* A BPF program may overwrite the default action opcode.
63 * default action specified from tc.
76 action = filter_res;
79 action = filter_res;
83 action = prog->tcf_action;
86 action = TC_ACT_UNSPEC;
90 return action;
151 opt.action = prog->tcf_action;
330 ret = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);
361 goto_ch = tcf_action_set_ctrlact(*act, parm->action, goto_ch);
456 MODULE_DESCRIPTION("TC BPF based action");