Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dact_api.h15 int tcfc_bindcnt; member
28 #define tcf_bindcnt common.tcfc_bindcnt
/linux-4.1.27/net/sched/
Dact_api.c55 p->tcfc_bindcnt--; in __tcf_hash_release()
56 else if (strict && p->tcfc_bindcnt > 0) in __tcf_hash_release()
60 if (p->tcfc_bindcnt <= 0 && p->tcfc_refcnt <= 0) { in __tcf_hash_release()
219 p->tcfc_bindcnt++; in tcf_hash_check()
248 p->tcfc_bindcnt = 1; in tcf_hash_create()