Lines Matching refs:act
242 static size_t tcf_gact_get_fill_size(const struct tc_action *act) in tcf_gact_get_fill_size() argument
247 if (to_gact(act)->tcfg_ptype) in tcf_gact_get_fill_size()
255 static int tcf_gact_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_gact_offload_act_setup() argument
262 if (is_tcf_gact_ok(act)) { in tcf_gact_offload_act_setup()
264 } else if (is_tcf_gact_shot(act)) { in tcf_gact_offload_act_setup()
266 } else if (is_tcf_gact_trap(act)) { in tcf_gact_offload_act_setup()
268 } else if (is_tcf_gact_goto_chain(act)) { in tcf_gact_offload_act_setup()
270 entry->chain_index = tcf_gact_goto_chain_index(act); in tcf_gact_offload_act_setup()
271 } else if (is_tcf_gact_continue(act)) { in tcf_gact_offload_act_setup()
274 } else if (is_tcf_gact_reclassify(act)) { in tcf_gact_offload_act_setup()
277 } else if (is_tcf_gact_pipe(act)) { in tcf_gact_offload_act_setup()
288 if (is_tcf_gact_ok(act)) in tcf_gact_offload_act_setup()
290 else if (is_tcf_gact_shot(act)) in tcf_gact_offload_act_setup()
292 else if (is_tcf_gact_trap(act)) in tcf_gact_offload_act_setup()
294 else if (is_tcf_gact_goto_chain(act)) in tcf_gact_offload_act_setup()
307 .act = tcf_gact_act,