Home
last modified time | relevance | path

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

/linux-6.6.21/net/sched/
Dact_simple.c178 .refcnt = refcount_read(&d->tcf_refcnt) - ref, in tcf_simp_dump()
Dact_connmark.c197 .refcnt = refcount_read(&ci->tcf_refcnt) - ref, in tcf_connmark_dump()
Dact_skbmod.c246 .refcnt = refcount_read(&d->tcf_refcnt) - ref, in tcf_skbmod_dump()
Dact_gact.c192 .refcnt = refcount_read(&gact->tcf_refcnt) - ref, in tcf_gact_dump()
Dact_nat.c274 .refcnt = refcount_read(&p->tcf_refcnt) - ref, in tcf_nat_dump()
Dact_sample.c219 .refcnt = refcount_read(&s->tcf_refcnt) - ref, in tcf_sample_dump()
Dact_bpf.c145 .refcnt = refcount_read(&prog->tcf_refcnt) - ref, in tcf_bpf_dump()
Dact_ctinfo.c288 .refcnt = refcount_read(&ci->tcf_refcnt) - ref, in tcf_ctinfo_dump()
Dact_vlan.c294 .refcnt = refcount_read(&v->tcf_refcnt) - ref, in tcf_vlan_dump()
Dact_ipt.c349 c.refcnt = refcount_read(&ipt->tcf_refcnt) - ref; in tcf_ipt_dump()
Dact_mirred.c363 .refcnt = refcount_read(&m->tcf_refcnt) - ref, in tcf_mirred_dump()
Dact_mpls.c339 .refcnt = refcount_read(&m->tcf_refcnt) - ref, in tcf_mpls_dump()
Dact_skbedit.c292 .refcnt = refcount_read(&d->tcf_refcnt) - ref, in tcf_skbedit_dump()
Dact_pedit.c525 opt->refcnt = refcount_read(&p->tcf_refcnt) - ref; in tcf_pedit_dump()
Dact_csum.c639 .refcnt = refcount_read(&p->tcf_refcnt) - ref, in tcf_csum_dump()
Dact_police.c348 .refcnt = refcount_read(&police->tcf_refcnt) - ref, in tcf_police_dump()
Dact_gate.c510 .refcnt = refcount_read(&gact->tcf_refcnt) - ref, in tcf_gate_dump()
Dact_ife.c649 .refcnt = refcount_read(&ife->tcf_refcnt) - ref, in tcf_ife_dump()
Dact_tunnel_key.c724 .refcnt = refcount_read(&t->tcf_refcnt) - ref, in tunnel_key_dump()
Dact_ct.c1482 .refcnt = refcount_read(&c->tcf_refcnt) - ref, in tcf_ct_dump()
/linux-6.6.21/include/net/
Dact_api.h51 #define tcf_refcnt common.tcfa_refcnt macro