Home
last modified time | relevance | path

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

/net/sched/
Dcls_cgroup.c213 return register_tcf_proto_ops(&cls_cgroup_ops); in init_cgroup_cls()
Dcls_basic.c332 return register_tcf_proto_ops(&cls_basic_ops); in init_basic()
Dcls_matchall.c406 return register_tcf_proto_ops(&cls_mall_ops); in cls_mall_init()
Dcls_fw.c437 return register_tcf_proto_ops(&cls_fw_ops); in init_fw()
Dcls_route.c670 return register_tcf_proto_ops(&cls_route4_ops); in init_route4()
Dcls_bpf.c697 return register_tcf_proto_ops(&cls_bpf_ops); in cls_bpf_init_mod()
Dcls_flow.c706 return register_tcf_proto_ops(&cls_flow_ops); in cls_flow_init()
Dcls_u32.c1476 ret = register_tcf_proto_ops(&cls_u32_ops); in init_u32()
Dcls_api.c175 int register_tcf_proto_ops(struct tcf_proto_ops *ops) in register_tcf_proto_ops() function
191 EXPORT_SYMBOL(register_tcf_proto_ops);
Dcls_flower.c3461 return register_tcf_proto_ops(&cls_fl_ops); in cls_fl_init()