Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
Dcls_api.c526 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()
2126 if (chain->tmplt_ops && chain->tmplt_ops != tp->ops) { in tc_new_tfilter()
2648 static int tc_chain_fill_node(const struct tcf_proto_ops *tmplt_ops, in tc_chain_fill_node() argument
2660 ops = tmplt_ops; in tc_chain_fill_node()
2711 if (tc_chain_fill_node(chain->tmplt_ops, chain->tmplt_priv, in tc_chain_notify()
[all …]
/kernel/linux/linux-5.10/include/net/
Dsch_generic.h439 const struct tcf_proto_ops *tmplt_ops; member