Home
last modified time | relevance | path

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

/linux-4.4.14/net/sched/
Dact_ipt.c307 tcf_unregister_action(&act_xt_ops); in ipt_cleanup_module()
308 tcf_unregister_action(&act_ipt_ops); in ipt_cleanup_module()
Dact_connmark.c188 tcf_unregister_action(&act_connmark_ops); in connmark_cleanup_module()
Dact_simple.c189 tcf_unregister_action(&act_simp_ops); in simp_cleanup_module()
Dact_gact.c211 tcf_unregister_action(&act_gact_ops); in gact_cleanup_module()
Dact_skbedit.c196 tcf_unregister_action(&act_skbedit_ops); in skbedit_cleanup_module()
Dact_vlan.c200 tcf_unregister_action(&act_vlan_ops); in vlan_cleanup_module()
Dact_pedit.c235 tcf_unregister_action(&act_pedit_ops); in pedit_cleanup_module()
Dact_mirred.c278 tcf_unregister_action(&act_mirred_ops); in mirred_cleanup_module()
Dact_nat.c304 tcf_unregister_action(&act_nat_ops); in nat_cleanup_module()
Dact_bpf.c387 tcf_unregister_action(&act_bpf_ops); in bpf_cleanup_module()
Dact_police.c368 tcf_unregister_action(&act_police_ops); in police_cleanup_module()
Dact_csum.c581 tcf_unregister_action(&act_csum_ops); in csum_cleanup_module()
Dact_api.c347 int tcf_unregister_action(struct tc_action_ops *act) in tcf_unregister_action() function
365 EXPORT_SYMBOL(tcf_unregister_action);
/linux-4.4.14/include/net/
Dact_api.h129 int tcf_unregister_action(struct tc_action_ops *a);