register_tcf_proto_ops   25 include/net/pkt_cls.h int register_tcf_proto_ops(struct tcf_proto_ops *ops);
register_tcf_proto_ops  175 net/sched/cls_api.c EXPORT_SYMBOL(register_tcf_proto_ops);
register_tcf_proto_ops  344 net/sched/cls_basic.c 	return register_tcf_proto_ops(&cls_basic_ops);
register_tcf_proto_ops  714 net/sched/cls_bpf.c 	return register_tcf_proto_ops(&cls_bpf_ops);
register_tcf_proto_ops  213 net/sched/cls_cgroup.c 	return register_tcf_proto_ops(&cls_cgroup_ops);
register_tcf_proto_ops  712 net/sched/cls_flow.c 	return register_tcf_proto_ops(&cls_flow_ops);
register_tcf_proto_ops 2565 net/sched/cls_flower.c 	return register_tcf_proto_ops(&cls_fl_ops);
register_tcf_proto_ops  451 net/sched/cls_fw.c 	return register_tcf_proto_ops(&cls_fw_ops);
register_tcf_proto_ops  427 net/sched/cls_matchall.c 	return register_tcf_proto_ops(&cls_mall_ops);
register_tcf_proto_ops  673 net/sched/cls_route.c 	return register_tcf_proto_ops(&cls_route4_ops);
register_tcf_proto_ops  768 net/sched/cls_rsvp.h 	return register_tcf_proto_ops(&RSVP_OPS);
register_tcf_proto_ops  721 net/sched/cls_tcindex.c 	return register_tcf_proto_ops(&cls_tcindex_ops);
register_tcf_proto_ops 1425 net/sched/cls_u32.c 	ret = register_tcf_proto_ops(&cls_u32_ops);