Home
last modified time | relevance | path

Searched refs:tmplt_ops (Results 1 – 2 of 2) sorted by relevance

/linux/net/sched/
H A Dcls_api.c678 static void tc_chain_tmplt_del(const struct tcf_proto_ops *tmplt_ops,
680 static int tc_chain_notify_delete(const struct tcf_proto_ops *tmplt_ops,
689 const struct tcf_proto_ops *tmplt_ops; in __tcf_chain_put() local
712 tmplt_ops = chain->tmplt_ops; in __tcf_chain_put()
717 tc_chain_notify_delete(tmplt_ops, tmplt_priv, 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()
1594 chain->tmplt_ops->tmplt_reoffload(chain, true, cb, in tcf_block_playback_offloads()
1611 if (chain->tmplt_ops && !add) in tcf_block_playback_offloads()
1612 chain->tmplt_ops->tmplt_reoffload(chain, false, cb, in tcf_block_playback_offloads()
[all …]
/linux/include/net/
H A Dsch_generic.h480 const struct tcf_proto_ops *tmplt_ops; member