Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_connmark.c162 .refcnt = refcount_read(&ci->tcf_refcnt) - ref, in tcf_connmark_dump()
Dact_simple.c157 .refcnt = refcount_read(&d->tcf_refcnt) - ref, in tcf_simp_dump()
Dact_sample.c184 .refcnt = refcount_read(&s->tcf_refcnt) - ref, in tcf_sample_dump()
Dact_gact.c181 .refcnt = refcount_read(&gact->tcf_refcnt) - ref, in tcf_gact_dump()
Dact_vlan.c247 .refcnt = refcount_read(&v->tcf_refcnt) - ref, in tcf_vlan_dump()
Dact_nat.c266 .refcnt = refcount_read(&p->tcf_refcnt) - ref, in tcf_nat_dump()
Dact_skbmod.c210 .refcnt = refcount_read(&d->tcf_refcnt) - ref, in tcf_skbmod_dump()
Dact_skbedit.c232 .refcnt = refcount_read(&d->tcf_refcnt) - ref, in tcf_skbedit_dump()
Dact_mirred.c302 .refcnt = refcount_read(&m->tcf_refcnt) - ref, in tcf_mirred_dump()
Dact_police.c277 .refcnt = refcount_read(&police->tcf_refcnt) - ref, in tcf_police_dump()
Dact_bpf.c144 .refcnt = refcount_read(&prog->tcf_refcnt) - ref, in tcf_bpf_dump()
Dact_ipt.c297 c.refcnt = refcount_read(&ipt->tcf_refcnt) - ref; in tcf_ipt_dump()
Dact_pedit.c422 opt->refcnt = refcount_read(&p->tcf_refcnt) - ref; in tcf_pedit_dump()
Dact_tunnel_key.c491 .refcnt = refcount_read(&t->tcf_refcnt) - ref, in tunnel_key_dump()
Dact_csum.c602 .refcnt = refcount_read(&p->tcf_refcnt) - ref, in tcf_csum_dump()
Dact_ife.c616 .refcnt = refcount_read(&ife->tcf_refcnt) - ref, in tcf_ife_dump()
/Linux-v4.19/include/net/
Dact_api.h43 #define tcf_refcnt common.tcfa_refcnt macro