Searched refs:tcf_action_check_ctrlact (Results  1 – 20 of 20) sorted by relevance
| /Linux-v5.4/net/sched/ | 
| D | act_simple.c | 67 	err = tcf_action_check_ctrlact(p->action, tp, &goto_ch, extack);  in reset_policy()137 		err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch,  in tcf_simp_init()
 
 | 
| D | act_connmark.c | 131 		err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch,  in tcf_connmark_init()149 		err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch,  in tcf_connmark_init()
 
 | 
| D | act_gact.c | 119 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);  in tcf_gact_init()
 | 
| D | act_sample.c | 82 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);  in tcf_sample_init()
 | 
| D | act_skbmod.c | 157 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);  in tcf_skbmod_init()
 | 
| D | act_vlan.c | 204 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);  in tcf_vlan_init()
 | 
| D | act_nat.c | 80 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);  in tcf_nat_init()
 | 
| D | act_skbedit.c | 183 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);  in tcf_skbedit_init()
 | 
| D | act_bpf.c | 326 	ret = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);  in tcf_bpf_init()
 | 
| D | act_ctinfo.c | 230 	err = tcf_action_check_ctrlact(actparm->action, tp, &goto_ch, extack);  in tcf_ctinfo_init()
 | 
| D | act_mirred.c | 167 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);  in tcf_mirred_init()
 | 
| D | act_mpls.c | 239 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);  in tcf_mpls_init()
 | 
| D | act_police.c | 101 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);  in tcf_police_init()
 | 
| D | act_pedit.c | 209 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);  in tcf_pedit_init()
 | 
| D | act_tunnel_key.c | 368 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);  in tunnel_key_init()
 | 
| D | act_csum.c | 89 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);  in tcf_csum_init()
 | 
| D | act_api.c | 51 int tcf_action_check_ctrlact(int action, struct tcf_proto *tp,  in tcf_action_check_ctrlact()  function85 EXPORT_SYMBOL(tcf_action_check_ctrlact);
 
 | 
| D | act_ife.c | 539 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);  in tcf_ife_init()
 | 
| D | act_ct.c | 707 	err = tcf_action_check_ctrlact(parm->action, tp, &goto_ch, extack);  in tcf_ct_init()
 | 
| /Linux-v5.4/include/net/ | 
| D | act_api.h | 191 int tcf_action_check_ctrlact(int action, struct tcf_proto *tp,
 |