Home
last modified time | relevance | path

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

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

Completed in 29 milliseconds