Lines Matching refs:act
226 static size_t tcf_gact_get_fill_size(const struct tc_action *act)
231 if (to_gact(act)->tcfg_ptype)
239 static int tcf_gact_offload_act_setup(struct tc_action *act, void *entry_data,
246 if (is_tcf_gact_ok(act)) {
248 } else if (is_tcf_gact_shot(act)) {
250 } else if (is_tcf_gact_trap(act)) {
252 } else if (is_tcf_gact_goto_chain(act)) {
254 entry->chain_index = tcf_gact_goto_chain_index(act);
255 } else if (is_tcf_gact_continue(act)) {
258 } else if (is_tcf_gact_reclassify(act)) {
261 } else if (is_tcf_gact_pipe(act)) {
272 if (is_tcf_gact_ok(act))
274 else if (is_tcf_gact_shot(act))
276 else if (is_tcf_gact_trap(act))
278 else if (is_tcf_gact_goto_chain(act))
291 .act = tcf_gact_act,