unregister_tcf_proto_ops
void unregister_tcf_proto_ops(struct tcf_proto_ops *ops);
EXPORT_SYMBOL(unregister_tcf_proto_ops);
unregister_tcf_proto_ops(&cls_basic_ops);
unregister_tcf_proto_ops(&cls_bpf_ops);
unregister_tcf_proto_ops(&cls_cgroup_ops);
unregister_tcf_proto_ops(&cls_flow_ops);
unregister_tcf_proto_ops(&cls_fl_ops);
unregister_tcf_proto_ops(&cls_fw_ops);
unregister_tcf_proto_ops(&cls_mall_ops);
unregister_tcf_proto_ops(&cls_route4_ops);
unregister_tcf_proto_ops(&cls_u32_ops);