Searched refs:tmplt_ops (Results 1 – 2 of 2) sorted by relevance
689 const struct tcf_proto_ops *tmplt_ops; in __tcf_chain_put() local712 tmplt_ops = chain->tmplt_ops; in __tcf_chain_put()728 tc_chain_tmplt_del(tmplt_ops, tmplt_priv); in __tcf_chain_put()1593 if (chain->tmplt_ops && add) in tcf_block_playback_offloads()1611 if (chain->tmplt_ops && !add) in tcf_block_playback_offloads()2410 if (chain->tmplt_ops && chain->tmplt_ops != tp->ops) { in tc_new_tfilter()2954 ops = tmplt_ops; in tc_chain_fill_node()3087 chain->tmplt_ops = ops; in tc_chain_tmplt_add()3096 if (!tmplt_ops) in tc_chain_tmplt_del()3099 tmplt_ops->tmplt_destroy(tmplt_priv); in tc_chain_tmplt_del()[all …]
457 const struct tcf_proto_ops *tmplt_ops; member