Home
last modified time | relevance | path

Searched refs:tcf_unregister_action (Results 1 – 14 of 14) sorted by relevance

/linux-4.1.27/net/sched/
Dact_ipt.c306 tcf_unregister_action(&act_xt_ops); in ipt_cleanup_module()
307 tcf_unregister_action(&act_ipt_ops); in ipt_cleanup_module()
Dact_connmark.c182 tcf_unregister_action(&act_connmark_ops); in connmark_cleanup_module()
Dact_simple.c188 tcf_unregister_action(&act_simp_ops); in simp_cleanup_module()
Dact_gact.c205 tcf_unregister_action(&act_gact_ops); in gact_cleanup_module()
Dact_skbedit.c195 tcf_unregister_action(&act_skbedit_ops); in skbedit_cleanup_module()
Dact_vlan.c199 tcf_unregister_action(&act_vlan_ops); in vlan_cleanup_module()
Dact_mirred.c263 tcf_unregister_action(&act_mirred_ops); in mirred_cleanup_module()
Dact_pedit.c238 tcf_unregister_action(&act_pedit_ops); in pedit_cleanup_module()
Dact_nat.c302 tcf_unregister_action(&act_nat_ops); in nat_cleanup_module()
Dact_bpf.c374 tcf_unregister_action(&act_bpf_ops); in bpf_cleanup_module()
Dact_police.c368 tcf_unregister_action(&act_police_ops); in police_cleanup_module()
Dact_api.c324 int tcf_unregister_action(struct tc_action_ops *act) in tcf_unregister_action() function
342 EXPORT_SYMBOL(tcf_unregister_action);
Dact_csum.c580 tcf_unregister_action(&act_csum_ops); in csum_cleanup_module()
/linux-4.1.27/include/net/
Dact_api.h117 int tcf_unregister_action(struct tc_action_ops *a);