Lines Matching refs:act
224 static size_t tcf_gact_get_fill_size(const struct tc_action *act) in tcf_gact_get_fill_size() argument
229 if (to_gact(act)->tcfg_ptype) in tcf_gact_get_fill_size()
237 static int tcf_gact_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_gact_offload_act_setup() argument
244 if (is_tcf_gact_ok(act)) { in tcf_gact_offload_act_setup()
246 } else if (is_tcf_gact_shot(act)) { in tcf_gact_offload_act_setup()
248 } else if (is_tcf_gact_trap(act)) { in tcf_gact_offload_act_setup()
250 } else if (is_tcf_gact_goto_chain(act)) { in tcf_gact_offload_act_setup()
252 entry->chain_index = tcf_gact_goto_chain_index(act); in tcf_gact_offload_act_setup()
253 } else if (is_tcf_gact_continue(act)) { in tcf_gact_offload_act_setup()
256 } else if (is_tcf_gact_reclassify(act)) { in tcf_gact_offload_act_setup()
259 } else if (is_tcf_gact_pipe(act)) { in tcf_gact_offload_act_setup()
270 if (is_tcf_gact_ok(act)) in tcf_gact_offload_act_setup()
272 else if (is_tcf_gact_shot(act)) in tcf_gact_offload_act_setup()
274 else if (is_tcf_gact_trap(act)) in tcf_gact_offload_act_setup()
276 else if (is_tcf_gact_goto_chain(act)) in tcf_gact_offload_act_setup()
289 .act = tcf_gact_act,