Home
last modified time | relevance | path

Searched refs:register_tcf_proto_ops (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/net/sched/
Dcls_cgroup.c223 return register_tcf_proto_ops(&cls_cgroup_ops); in init_cgroup_cls()
Dcls_api.c61 int register_tcf_proto_ops(struct tcf_proto_ops *ops) in register_tcf_proto_ops() function
77 EXPORT_SYMBOL(register_tcf_proto_ops);
Dcls_basic.c301 return register_tcf_proto_ops(&cls_basic_ops); in init_basic()
Dcls_bpf.c486 return register_tcf_proto_ops(&cls_bpf_ops); in cls_bpf_init_mod()
Dcls_fw.c428 return register_tcf_proto_ops(&cls_fw_ops); in init_fw()
Dcls_tcindex.c568 return register_tcf_proto_ops(&cls_tcindex_ops); in init_tcindex()
Dcls_route.c664 return register_tcf_proto_ops(&cls_route4_ops); in init_route4()
Dcls_flow.c682 return register_tcf_proto_ops(&cls_flow_ops); in cls_flow_init()
Dcls_rsvp.h723 return register_tcf_proto_ops(&RSVP_OPS); in init_rsvp()
Dcls_u32.c1078 return register_tcf_proto_ops(&cls_u32_ops); in init_u32()
/linux-4.1.27/include/net/
Dpkt_cls.h17 int register_tcf_proto_ops(struct tcf_proto_ops *ops);