Searched refs:tcf_proto_ops (Results 1 – 14 of 14) sorted by relevance
44 static const struct tcf_proto_ops *__tcf_proto_lookup_ops(const char *kind) in __tcf_proto_lookup_ops()46 const struct tcf_proto_ops *t, *res = NULL; in __tcf_proto_lookup_ops()62 static const struct tcf_proto_ops *65 const struct tcf_proto_ops *ops; in tcf_proto_lookup_ops()91 int register_tcf_proto_ops(struct tcf_proto_ops *ops) in register_tcf_proto_ops()93 struct tcf_proto_ops *t; in register_tcf_proto_ops()111 int unregister_tcf_proto_ops(struct tcf_proto_ops *ops) in unregister_tcf_proto_ops()113 struct tcf_proto_ops *t; in unregister_tcf_proto_ops()1714 const struct tcf_proto_ops *ops; in tc_chain_fill_node()1785 const struct tcf_proto_ops *ops; in tc_chain_tmplt_add()[all …]
196 static struct tcf_proto_ops cls_cgroup_ops __read_mostly = {
300 static struct tcf_proto_ops cls_basic_ops __read_mostly = {
316 static struct tcf_proto_ops cls_mall_ops __read_mostly = {
443 static struct tcf_proto_ops cls_fw_ops __read_mostly = {
656 static struct tcf_proto_ops cls_route4_ops __read_mostly = {
697 static struct tcf_proto_ops cls_flow_ops __read_mostly = {
647 static struct tcf_proto_ops cls_tcindex_ops __read_mostly = {
691 static struct tcf_proto_ops cls_bpf_ops __read_mostly = {
747 static struct tcf_proto_ops RSVP_OPS __read_mostly = {
1446 static struct tcf_proto_ops cls_u32_ops __read_mostly = {
1931 static struct tcf_proto_ops cls_fl_ops __read_mostly = {
249 struct tcf_proto_ops { struct304 const struct tcf_proto_ops *ops; argument327 const struct tcf_proto_ops *tmplt_ops;
23 int register_tcf_proto_ops(struct tcf_proto_ops *ops);24 int unregister_tcf_proto_ops(struct tcf_proto_ops *ops);