Searched refs:tmplt_ops (Results 1 – 2 of 2) sorted by relevance
532 static void tc_chain_tmplt_del(const struct tcf_proto_ops *tmplt_ops,534 static int tc_chain_notify_delete(const struct tcf_proto_ops *tmplt_ops,543 const struct tcf_proto_ops *tmplt_ops; in __tcf_chain_put() local565 tmplt_ops = chain->tmplt_ops; in __tcf_chain_put()570 tc_chain_notify_delete(tmplt_ops, tmplt_priv, chain->index, in __tcf_chain_put()581 tc_chain_tmplt_del(tmplt_ops, tmplt_priv); in __tcf_chain_put()2105 if (chain->tmplt_ops && chain->tmplt_ops != tp->ops) { in tc_new_tfilter()2613 static int tc_chain_fill_node(const struct tcf_proto_ops *tmplt_ops, in tc_chain_fill_node() argument2625 ops = tmplt_ops; in tc_chain_fill_node()2676 if (tc_chain_fill_node(chain->tmplt_ops, chain->tmplt_priv, in tc_chain_notify()[all …]
392 const struct tcf_proto_ops *tmplt_ops; member