Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/
Dact_api.h29 refcount_t tcfa_refcnt; member
49 #define tcf_refcnt common.tcfa_refcnt
/Linux-v5.10/net/sched/
Dact_api.c129 if (refcount_dec_and_mutex_lock(&p->tcfa_refcnt, &idrinfo->lock)) { in __tcf_action_put()
284 if (refcount_dec_and_test(&p->tcfa_refcnt)) { in tcf_idr_release_unsafe()
364 refcount_inc(&p->tcfa_refcnt); in tcf_idr_search()
388 if (refcount_dec_and_test(&p->tcfa_refcnt)) { in tcf_idr_delete_index()
418 refcount_set(&p->tcfa_refcnt, 1); in tcf_idr_create()
513 refcount_inc(&p->tcfa_refcnt); in tcf_idr_check_alloc()