register_tcf_proto_ops
int register_tcf_proto_ops(struct tcf_proto_ops *ops);
EXPORT_SYMBOL(register_tcf_proto_ops);
return register_tcf_proto_ops(&cls_basic_ops);
return register_tcf_proto_ops(&cls_bpf_ops);
return register_tcf_proto_ops(&cls_cgroup_ops);
return register_tcf_proto_ops(&cls_flow_ops);
return register_tcf_proto_ops(&cls_fl_ops);
return register_tcf_proto_ops(&cls_fw_ops);
return register_tcf_proto_ops(&cls_mall_ops);
return register_tcf_proto_ops(&cls_route4_ops);
ret = register_tcf_proto_ops(&cls_u32_ops);