Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dcls_cgroup.c215 return register_tcf_proto_ops(&cls_cgroup_ops); in init_cgroup_cls()
H A Dcls_basic.c334 return register_tcf_proto_ops(&cls_basic_ops); in init_basic()
H A Dcls_matchall.c404 return register_tcf_proto_ops(&cls_mall_ops); in cls_mall_init()
H A Dcls_fw.c439 return register_tcf_proto_ops(&cls_fw_ops); in init_fw()
H A Dcls_route.c672 return register_tcf_proto_ops(&cls_route4_ops); in init_route4()
H A Dcls_bpf.c699 return register_tcf_proto_ops(&cls_bpf_ops); in cls_bpf_init_mod()
H A Dcls_flow.c708 return register_tcf_proto_ops(&cls_flow_ops); in cls_flow_init()
H A Dcls_u32.c1478 ret = register_tcf_proto_ops(&cls_u32_ops); in init_u32()
H A Dcls_api.c280 int register_tcf_proto_ops(struct tcf_proto_ops *ops) in register_tcf_proto_ops() function
296 EXPORT_SYMBOL(register_tcf_proto_ops);
H A Dcls_flower.c3665 return register_tcf_proto_ops(&cls_fl_ops); in cls_fl_init()
/openbmc/linux/include/net/
H A Dpkt_cls.h25 int register_tcf_proto_ops(struct tcf_proto_ops *ops);