Lines Matching refs:act
354 static size_t tcf_skbedit_get_fill_size(const struct tc_action *act) in tcf_skbedit_get_fill_size() argument
366 static int tcf_skbedit_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_skbedit_offload_act_setup() argument
373 if (is_tcf_skbedit_mark(act)) { in tcf_skbedit_offload_act_setup()
375 entry->mark = tcf_skbedit_mark(act); in tcf_skbedit_offload_act_setup()
376 } else if (is_tcf_skbedit_ptype(act)) { in tcf_skbedit_offload_act_setup()
378 entry->ptype = tcf_skbedit_ptype(act); in tcf_skbedit_offload_act_setup()
379 } else if (is_tcf_skbedit_priority(act)) { in tcf_skbedit_offload_act_setup()
381 entry->priority = tcf_skbedit_priority(act); in tcf_skbedit_offload_act_setup()
382 } else if (is_tcf_skbedit_tx_queue_mapping(act)) { in tcf_skbedit_offload_act_setup()
385 } else if (is_tcf_skbedit_rx_queue_mapping(act)) { in tcf_skbedit_offload_act_setup()
387 entry->rx_queue = tcf_skbedit_rx_queue_mapping(act); in tcf_skbedit_offload_act_setup()
388 } else if (is_tcf_skbedit_inheritdsfield(act)) { in tcf_skbedit_offload_act_setup()
399 if (is_tcf_skbedit_mark(act)) in tcf_skbedit_offload_act_setup()
401 else if (is_tcf_skbedit_ptype(act)) in tcf_skbedit_offload_act_setup()
403 else if (is_tcf_skbedit_priority(act)) in tcf_skbedit_offload_act_setup()
405 else if (is_tcf_skbedit_rx_queue_mapping(act)) in tcf_skbedit_offload_act_setup()
418 .act = tcf_skbedit_act,