Lines Matching refs:tcf_proto_ops
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()
1812 const struct tcf_proto_ops *ops = chain->tmplt_ops; in tc_chain_tmplt_del()