Home
last modified time | relevance | path

Searched refs:explicitly_created (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dcls_api.c532 bool explicitly_created) in __tcf_chain_put()
541 if (explicitly_created) { in __tcf_chain_put()
542 if (!chain->explicitly_created) { in __tcf_chain_put()
546 chain->explicitly_created = false; in __tcf_chain_put()
561 if (non_act_refcnt == chain->explicitly_created && !by_act) { in __tcf_chain_put()
2888 chain->explicitly_created = true; in tc_ctl_chain()
531 __tcf_chain_put(struct tcf_chain *chain, bool by_act, bool explicitly_created) __tcf_chain_put() argument
/kernel/linux/linux-6.6/net/sched/
H A Dcls_api.c656 bool explicitly_created) in __tcf_chain_put()
665 if (explicitly_created) { in __tcf_chain_put()
666 if (!chain->explicitly_created) { in __tcf_chain_put()
670 chain->explicitly_created = false; in __tcf_chain_put()
685 if (non_act_refcnt == chain->explicitly_created && !by_act) { in __tcf_chain_put()
3069 chain->explicitly_created = true; in tc_ctl_chain()
655 __tcf_chain_put(struct tcf_chain *chain, bool by_act, bool explicitly_created) __tcf_chain_put() argument
/kernel/linux/linux-5.10/include/net/
H A Dsch_generic.h437 bool explicitly_created; member
446 * attached to the block (refcnt, action_refcnt, explicitly_created).
/kernel/linux/linux-6.6/include/net/
H A Dsch_generic.h457 bool explicitly_created; member
466 * attached to the block (refcnt, action_refcnt, explicitly_created).

Completed in 16 milliseconds