Lines Matching refs:tmplt_ops
524 static void tc_chain_tmplt_del(const struct tcf_proto_ops *tmplt_ops,
526 static int tc_chain_notify_delete(const struct tcf_proto_ops *tmplt_ops,
535 const struct tcf_proto_ops *tmplt_ops;
558 tmplt_ops = chain->tmplt_ops;
563 tc_chain_notify_delete(tmplt_ops, tmplt_priv,
575 tc_chain_tmplt_del(tmplt_ops, tmplt_priv);
2127 if (chain->tmplt_ops && chain->tmplt_ops != tp->ops) {
2649 static int tc_chain_fill_node(const struct tcf_proto_ops *tmplt_ops,
2661 ops = tmplt_ops;
2712 if (tc_chain_fill_node(chain->tmplt_ops, chain->tmplt_priv,
2730 static int tc_chain_notify_delete(const struct tcf_proto_ops *tmplt_ops,
2743 if (tc_chain_fill_node(tmplt_ops, tmplt_priv, chain_index, net, skb,
2786 chain->tmplt_ops = ops;
2791 static void tc_chain_tmplt_del(const struct tcf_proto_ops *tmplt_ops,
2795 if (!tmplt_ops)
2798 tmplt_ops->tmplt_destroy(tmplt_priv);
2799 module_put(tmplt_ops->owner);
3021 err = tc_chain_fill_node(chain->tmplt_ops, chain->tmplt_priv,