Searched refs:tcf_bindcnt (Results 1 – 10 of 10) sorted by relevance
62 d->tcf_bindcnt--; in tcf_simp_release()64 if (d->tcf_bindcnt <= 0 && d->tcf_refcnt <= 0) { in tcf_simp_release()169 .bindcnt = d->tcf_bindcnt - bind, in tcf_simp_dump()
171 police->tcf_bindcnt += 1; in tcf_act_police_locate()187 police->tcf_bindcnt = 1; in tcf_act_police_locate()279 p->tcf_bindcnt--; in tcf_act_police_cleanup()282 if (p->tcf_refcnt <= 0 && !p->tcf_bindcnt) { in tcf_act_police_cleanup()357 .bindcnt = police->tcf_bindcnt - bind, in tcf_act_police_dump()
48 m->tcf_bindcnt--; in tcf_mirred_release()50 if (!m->tcf_bindcnt && m->tcf_refcnt <= 0) { in tcf_mirred_release()225 .bindcnt = m->tcf_bindcnt - bind, in tcf_mirred_dump()
85 ipt->tcf_bindcnt--; in tcf_ipt_release()87 if (ipt->tcf_bindcnt <= 0 && ipt->tcf_refcnt <= 0) { in tcf_ipt_release()266 c.bindcnt = ipt->tcf_bindcnt - bind; in tcf_ipt_dump()
159 .bindcnt = gact->tcf_bindcnt - bind, in tcf_gact_dump()
164 .bindcnt = d->tcf_bindcnt - bind, in tcf_skbedit_dump()
216 opt->bindcnt = p->tcf_bindcnt - bind; in tcf_pedit_dump()
283 .bindcnt = p->tcf_bindcnt - bind, in tcf_nat_dump()
549 .bindcnt = p->tcf_bindcnt - bind, in tcf_csum_dump()
28 #define tcf_bindcnt common.tcfc_bindcnt macro