Lines Matching refs:act
575 static size_t tcf_gate_get_fill_size(const struct tc_action *act) in tcf_gate_get_fill_size() argument
588 const struct tc_action *act) in tcf_gate_get_entries() argument
590 entry->gate.entries = tcf_gate_get_list(act); in tcf_gate_get_entries()
601 static int tcf_gate_offload_act_setup(struct tc_action *act, void *entry_data, in tcf_gate_offload_act_setup() argument
611 entry->gate.prio = tcf_gate_prio(act); in tcf_gate_offload_act_setup()
612 entry->gate.basetime = tcf_gate_basetime(act); in tcf_gate_offload_act_setup()
613 entry->gate.cycletime = tcf_gate_cycletime(act); in tcf_gate_offload_act_setup()
614 entry->gate.cycletimeext = tcf_gate_cycletimeext(act); in tcf_gate_offload_act_setup()
615 entry->gate.num_entries = tcf_gate_num_entries(act); in tcf_gate_offload_act_setup()
616 err = tcf_gate_get_entries(entry, act); in tcf_gate_offload_act_setup()
633 .act = tcf_gate_act,