Lines Matching refs:tmplt_ops
526 static void tc_chain_tmplt_del(const struct tcf_proto_ops *tmplt_ops,
528 static int tc_chain_notify_delete(const struct tcf_proto_ops *tmplt_ops,
537 const struct tcf_proto_ops *tmplt_ops; in __tcf_chain_put() local
559 tmplt_ops = chain->tmplt_ops; in __tcf_chain_put()
564 tc_chain_notify_delete(tmplt_ops, tmplt_priv, chain->index, in __tcf_chain_put()
575 tc_chain_tmplt_del(tmplt_ops, tmplt_priv); in __tcf_chain_put()
2123 if (chain->tmplt_ops && chain->tmplt_ops != tp->ops) { in tc_new_tfilter()
2644 static int tc_chain_fill_node(const struct tcf_proto_ops *tmplt_ops, in tc_chain_fill_node() argument
2656 ops = tmplt_ops; in tc_chain_fill_node()
2707 if (tc_chain_fill_node(chain->tmplt_ops, chain->tmplt_priv, in tc_chain_notify()
2725 static int tc_chain_notify_delete(const struct tcf_proto_ops *tmplt_ops, in tc_chain_notify_delete() argument
2738 if (tc_chain_fill_node(tmplt_ops, tmplt_priv, chain_index, net, skb, in tc_chain_notify_delete()
2780 chain->tmplt_ops = ops; in tc_chain_tmplt_add()
2785 static void tc_chain_tmplt_del(const struct tcf_proto_ops *tmplt_ops, in tc_chain_tmplt_del() argument
2789 if (!tmplt_ops) in tc_chain_tmplt_del()
2792 tmplt_ops->tmplt_destroy(tmplt_priv); in tc_chain_tmplt_del()
2793 module_put(tmplt_ops->owner); in tc_chain_tmplt_del()
3014 err = tc_chain_fill_node(chain->tmplt_ops, chain->tmplt_priv, in tc_dump_chain()