Home
last modified time | relevance | path

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

/Linux-v6.1/net/sched/
Dact_ipt.c401 tcf_unregister_action(&act_ipt_ops, &ipt_net_ops); in ipt_cleanup_module()
402 tcf_unregister_action(&act_xt_ops, &xt_net_ops); in ipt_cleanup_module()
Dact_connmark.c238 tcf_unregister_action(&act_connmark_ops, &connmark_net_ops); in connmark_cleanup_module()
Dact_simple.c244 tcf_unregister_action(&act_simp_ops, &simp_net_ops); in simp_cleanup_module()
Dact_gact.c334 tcf_unregister_action(&act_gact_ops, &gact_net_ops); in gact_cleanup_module()
Dact_nat.c330 tcf_unregister_action(&act_nat_ops, &nat_net_ops); in nat_cleanup_module()
Dact_skbmod.c319 tcf_unregister_action(&act_skbmod_ops, &skbmod_net_ops); in skbmod_cleanup_module()
Dact_sample.c337 tcf_unregister_action(&act_sample_ops, &sample_net_ops); in sample_cleanup_module()
Dact_bpf.c429 tcf_unregister_action(&act_bpf_ops, &bpf_net_ops); in bpf_cleanup_module()
Dact_ctinfo.c391 tcf_unregister_action(&act_ctinfo_ops, &ctinfo_net_ops); in ctinfo_cleanup_module()
Dact_vlan.c455 tcf_unregister_action(&act_vlan_ops, &vlan_net_ops); in vlan_cleanup_module()
Dact_mirred.c539 tcf_unregister_action(&act_mirred_ops, &mirred_net_ops); in mirred_cleanup_module()
Dact_mpls.c466 tcf_unregister_action(&act_mpls_ops, &mpls_net_ops); in mpls_cleanup_module()
Dact_skbedit.c448 tcf_unregister_action(&act_skbedit_ops, &skbedit_net_ops); in skbedit_cleanup_module()
Dact_pedit.c572 tcf_unregister_action(&act_pedit_ops, &pedit_net_ops); in pedit_cleanup_module()
Dact_police.c529 tcf_unregister_action(&act_police_ops, &police_net_ops); in police_cleanup_module()
Dact_csum.c741 tcf_unregister_action(&act_csum_ops, &csum_net_ops); in csum_cleanup_module()
Dact_gate.c671 tcf_unregister_action(&act_gate_ops, &gate_net_ops); in gate_cleanup_module()
Dact_tunnel_key.c865 tcf_unregister_action(&act_tunnel_key_ops, &tunnel_key_net_ops); in tunnel_key_cleanup_module()
Dact_ife.c917 tcf_unregister_action(&act_ife_ops, &ife_net_ops); in ife_cleanup_module()
Dact_api.c993 int tcf_unregister_action(struct tc_action_ops *act, in tcf_unregister_action() function
1015 EXPORT_SYMBOL(tcf_unregister_action);
Dact_ct.c1671 tcf_unregister_action(&act_ct_ops, &ct_net_ops); in ct_cleanup_module()
/Linux-v6.1/include/net/
Dact_api.h200 int tcf_unregister_action(struct tc_action_ops *a,