Home
last modified time | relevance | path

Searched refs:tcf_refcnt (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/net/sched/
Dact_police.c146 police->tcf_refcnt += 1; in tcf_act_police_locate()
160 police->tcf_refcnt = 1; in tcf_act_police_locate()
322 .refcnt = police->tcf_refcnt - ref, in tcf_act_police_dump()
Dact_connmark.c144 .refcnt = ci->tcf_refcnt - ref, in tcf_connmark_dump()
Dact_simple.c142 .refcnt = d->tcf_refcnt - ref, in tcf_simp_dump()
Dact_gact.c148 .refcnt = gact->tcf_refcnt - ref, in tcf_gact_dump()
Dact_skbedit.c143 .refcnt = d->tcf_refcnt - ref, in tcf_skbedit_dump()
Dact_vlan.c156 .refcnt = v->tcf_refcnt - ref, in tcf_vlan_dump()
Dact_mirred.c193 .refcnt = m->tcf_refcnt - ref, in tcf_mirred_dump()
Dact_pedit.c198 opt->refcnt = p->tcf_refcnt - ref; in tcf_pedit_dump()
Dact_nat.c263 .refcnt = p->tcf_refcnt - ref, in tcf_nat_dump()
Dact_ipt.c239 c.refcnt = ipt->tcf_refcnt - ref; in tcf_ipt_dump()
Dact_bpf.c130 .refcnt = prog->tcf_refcnt - ref, in tcf_bpf_dump()
Dact_csum.c541 .refcnt = p->tcf_refcnt - ref, in tcf_csum_dump()
/linux-4.1.27/include/net/
Dact_api.h27 #define tcf_refcnt common.tcfc_refcnt macro