register_tcf_proto_ops   18 include/net/pkt_cls.h extern int register_tcf_proto_ops(struct tcf_proto_ops *ops);
register_tcf_proto_ops  293 net/sched/cls_basic.c 	return register_tcf_proto_ops(&cls_basic_ops);
register_tcf_proto_ops  694 net/sched/cls_flow.c 	return register_tcf_proto_ops(&cls_flow_ops);
register_tcf_proto_ops  390 net/sched/cls_fw.c 	return register_tcf_proto_ops(&cls_fw_ops);
register_tcf_proto_ops  610 net/sched/cls_route.c 	return register_tcf_proto_ops(&cls_route4_ops);
register_tcf_proto_ops  651 net/sched/cls_rsvp.h 	return register_tcf_proto_ops(&RSVP_OPS);
register_tcf_proto_ops  502 net/sched/cls_tcindex.c 	return register_tcf_proto_ops(&cls_tcindex_ops);
register_tcf_proto_ops  778 net/sched/cls_u32.c 	return register_tcf_proto_ops(&cls_u32_ops);