Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dact_api.h15 int tcfc_bindcnt; member
30 #define tcf_bindcnt common.tcfc_bindcnt
/linux-4.4.14/net/sched/
Dact_api.c63 p->tcfc_bindcnt--; in __tcf_hash_release()
64 else if (strict && p->tcfc_bindcnt > 0) in __tcf_hash_release()
68 if (p->tcfc_bindcnt <= 0 && p->tcfc_refcnt <= 0) { in __tcf_hash_release()
227 p->tcfc_bindcnt++; in tcf_hash_check()
257 p->tcfc_bindcnt = 1; in tcf_hash_create()