Searched refs:tmplt_ops (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/sched/ |
H A D | cls_api.c | 648 static void tc_chain_tmplt_del(const struct tcf_proto_ops *tmplt_ops, 650 static int tc_chain_notify_delete(const struct tcf_proto_ops *tmplt_ops, 659 const struct tcf_proto_ops *tmplt_ops; in __tcf_chain_put() local 682 tmplt_ops = chain->tmplt_ops; in __tcf_chain_put() 687 tc_chain_notify_delete(tmplt_ops, tmplt_priv, in __tcf_chain_put() 699 tc_chain_tmplt_del(tmplt_ops, tmplt_priv); in __tcf_chain_put() 1539 if (chain->tmplt_ops && add) in tcf_block_playback_offloads() 1540 chain->tmplt_ops->tmplt_reoffload(chain, true, cb, in tcf_block_playback_offloads() 1557 if (chain->tmplt_ops && !add) in tcf_block_playback_offloads() 1558 chain->tmplt_ops->tmplt_reoffload(chain, false, cb, in tcf_block_playback_offloads() [all …]
|
/openbmc/linux/include/net/ |
H A D | sch_generic.h | 460 const struct tcf_proto_ops *tmplt_ops; member
|