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