Searched refs:tcf_action_set_ctrlact (Results 1 – 21 of 21) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | act_simple.c | 74 goto_ch = tcf_action_set_ctrlact(a, p->action, goto_ch); in reset_policy() 149 tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_simp_init()
|
H A D | act_connmark.c | 171 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_connmark_init()
|
H A D | act_gact.c | 126 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_gact_init()
|
H A D | act_skbmod.c | 200 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_skbmod_init()
|
H A D | act_sample.c | 110 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_sample_init()
|
H A D | act_nat.c | 98 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_nat_init()
|
H A D | act_ctinfo.c | 262 goto_ch = tcf_action_set_ctrlact(*a, actparm->action, goto_ch); in tcf_ctinfo_init()
|
H A D | act_bpf.c | 362 goto_ch = tcf_action_set_ctrlact(*act, parm->action, goto_ch); in tcf_bpf_init()
|
H A D | act_vlan.c | 258 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_vlan_init()
|
H A D | act_mirred.c | 188 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_mirred_init()
|
H A D | act_mpls.c | 303 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_mpls_init()
|
H A D | act_skbedit.c | 266 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_skbedit_init()
|
H A D | act_police.c | 210 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_police_init()
|
H A D | act_pedit.c | 284 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_pedit_init()
|
H A D | act_csum.c | 104 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_csum_init()
|
H A D | act_gate.c | 434 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_gate_init()
|
H A D | act_ife.c | 621 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_ife_init()
|
H A D | act_tunnel_key.c | 536 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tunnel_key_init()
|
H A D | act_api.c | 106 struct tcf_chain *tcf_action_set_ctrlact(struct tc_action *a, int action, in tcf_action_set_ctrlact() function 113 EXPORT_SYMBOL(tcf_action_set_ctrlact);
|
H A D | act_ct.c | 1382 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_ct_init()
|
/openbmc/linux/include/net/ |
H A D | act_api.h | 266 struct tcf_chain *tcf_action_set_ctrlact(struct tc_action *a, int action,
|