Searched refs:tcf_action_set_ctrlact (Results  1 – 20 of 20) sorted by relevance
| /Linux-v5.4/net/sched/ | 
| D | act_simple.c | 72 	goto_ch = tcf_action_set_ctrlact(a, p->action, goto_ch);  in reset_policy()146 		tcf_action_set_ctrlact(*a, parm->action, goto_ch);  in tcf_simp_init()
 
 | 
| D | act_connmark.c | 135 		tcf_action_set_ctrlact(*a, parm->action, goto_ch);  in tcf_connmark_init()155 		goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);  in tcf_connmark_init()
 
 | 
| D | act_gact.c | 125 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);  in tcf_gact_init()
 | 
| D | act_sample.c | 102 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);  in tcf_sample_init()
 | 
| D | act_skbmod.c | 174 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);  in tcf_skbmod_init()
 | 
| D | act_vlan.c | 222 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);  in tcf_vlan_init()
 | 
| D | act_nat.c | 91 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);  in tcf_nat_init()
 | 
| D | act_skbedit.c | 208 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);  in tcf_skbedit_init()
 | 
| D | act_bpf.c | 357 	goto_ch = tcf_action_set_ctrlact(*act, parm->action, goto_ch);  in tcf_bpf_init()
 | 
| D | act_ctinfo.c | 259 	goto_ch = tcf_action_set_ctrlact(*a, actparm->action, goto_ch);  in tcf_ctinfo_init()
 | 
| D | act_mirred.c | 187 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);  in tcf_mirred_init()
 | 
| D | act_mpls.c | 264 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);  in tcf_mpls_init()
 | 
| D | act_police.c | 193 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);  in tcf_police_init()
 | 
| D | act_pedit.c | 232 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);  in tcf_pedit_init()
 | 
| D | act_tunnel_key.c | 387 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);  in tunnel_key_init()
 | 
| D | act_csum.c | 103 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);  in tcf_csum_init()
 | 
| D | act_api.c | 87 struct tcf_chain *tcf_action_set_ctrlact(struct tc_action *a, int action,  in tcf_action_set_ctrlact()  function94 EXPORT_SYMBOL(tcf_action_set_ctrlact);
 
 | 
| D | act_ife.c | 596 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);  in tcf_ife_init()
 | 
| D | act_ct.c | 724 	goto_ch = tcf_action_set_ctrlact(*a, parm->action, goto_ch);  in tcf_ct_init()
 | 
| /Linux-v5.4/include/net/ | 
| D | act_api.h | 194 struct tcf_chain *tcf_action_set_ctrlact(struct tc_action *a, int action,
 |