Symbol: tcf_unregister_action
include/net/act_api.h
208
int tcf_unregister_action(struct tc_action_ops *a,
net/sched/act_api.c
1084
EXPORT_SYMBOL(tcf_unregister_action);
net/sched/act_bpf.c
430
tcf_unregister_action(&act_bpf_ops, &bpf_net_ops);
net/sched/act_connmark.c
277
tcf_unregister_action(&act_connmark_ops, &connmark_net_ops);
net/sched/act_csum.c
743
tcf_unregister_action(&act_csum_ops, &csum_net_ops);
net/sched/act_ct.c
1695
tcf_unregister_action(&act_ct_ops, &ct_net_ops);
net/sched/act_ctinfo.c
397
tcf_unregister_action(&act_ctinfo_ops, &ctinfo_net_ops);
net/sched/act_gact.c
337
tcf_unregister_action(&act_gact_ops, &gact_net_ops);
net/sched/act_gate.c
777
tcf_unregister_action(&act_gate_ops, &gate_net_ops);
net/sched/act_ife.c
919
tcf_unregister_action(&act_ife_ops, &ife_net_ops);
net/sched/act_mirred.c
694
tcf_unregister_action(&act_mirred_ops, &mirred_net_ops);
net/sched/act_mpls.c
480
tcf_unregister_action(&act_mpls_ops, &mpls_net_ops);
net/sched/act_nat.c
357
tcf_unregister_action(&act_nat_ops, &nat_net_ops);
net/sched/act_pedit.c
655
tcf_unregister_action(&act_pedit_ops, &pedit_net_ops);
net/sched/act_police.c
531
tcf_unregister_action(&act_police_ops, &police_net_ops);
net/sched/act_sample.c
359
tcf_unregister_action(&act_sample_ops, &sample_net_ops);
net/sched/act_simple.c
246
tcf_unregister_action(&act_simp_ops, &simp_net_ops);
net/sched/act_skbedit.c
463
tcf_unregister_action(&act_skbedit_ops, &skbedit_net_ops);
net/sched/act_skbmod.c
320
tcf_unregister_action(&act_skbmod_ops, &skbmod_net_ops);
net/sched/act_tunnel_key.c
871
tcf_unregister_action(&act_tunnel_key_ops, &tunnel_key_net_ops);
net/sched/act_vlan.c
457
tcf_unregister_action(&act_vlan_ops, &vlan_net_ops);