Home
last modified time | relevance | path

Searched refs:tcf_bindcnt (Results 1 – 10 of 10) sorted by relevance

/linux-2.6.39/net/sched/
Dact_simple.c62 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()
Dact_police.c171 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()
Dact_mirred.c48 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()
Dact_ipt.c85 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()
Dact_gact.c159 .bindcnt = gact->tcf_bindcnt - bind, in tcf_gact_dump()
Dact_skbedit.c164 .bindcnt = d->tcf_bindcnt - bind, in tcf_skbedit_dump()
Dact_pedit.c216 opt->bindcnt = p->tcf_bindcnt - bind; in tcf_pedit_dump()
Dact_nat.c283 .bindcnt = p->tcf_bindcnt - bind, in tcf_nat_dump()
Dact_csum.c549 .bindcnt = p->tcf_bindcnt - bind, in tcf_csum_dump()
/linux-2.6.39/include/net/
Dact_api.h28 #define tcf_bindcnt common.tcfc_bindcnt macro