Searched refs:tcf_action_set_ctrlact (Results 1 – 19 of 19) sorted by relevance
| /linux/net/sched/ |
| H A D | act_connmark.c | 173 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 | 199 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 | 99 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_nat_init()
|
| H A D | act_bpf.c | 360 goto_ch = tcf_action_set_ctrlact(*act, parm->action, goto_ch); in tcf_bpf_init()
|
| H A D | act_ctinfo.c | 263 goto_ch = tcf_action_set_ctrlact(*a, actparm->action, goto_ch); in tcf_ctinfo_init()
|
| H A D | act_vlan.c | 257 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_vlan_init()
|
| H A D | act_skbedit.c | 269 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_skbedit_init()
|
| H A D | act_mpls.c | 300 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_mpls_init()
|
| H A D | act_mirred.c | 211 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_mirred_init()
|
| H A D | act_csum.c | 105 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_csum_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_police.c | 209 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_police_init()
|
| H A D | act_gate.c | 524 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_gate_init()
|
| H A D | act_ife.c | 616 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_ife_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 | 1422 goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch); in tcf_ct_init()
|
| /linux/include/net/ |
| H A D | act_api.h | 269 struct tcf_chain *tcf_action_set_ctrlact(struct tc_action *a, int action,
|