Home
last modified time | relevance | path

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

/linux-6.1.9/net/sched/
Dact_connmark.c177 .refcnt = refcount_read(&ci->tcf_refcnt) - ref, in tcf_connmark_dump()
Dact_simple.c176 .refcnt = refcount_read(&d->tcf_refcnt) - ref, in tcf_simp_dump()
Dact_skbmod.c244 .refcnt = refcount_read(&d->tcf_refcnt) - ref, in tcf_skbmod_dump()
Dact_gact.c190 .refcnt = refcount_read(&gact->tcf_refcnt) - ref, in tcf_gact_dump()
Dact_nat.c263 .refcnt = refcount_read(&p->tcf_refcnt) - ref, in tcf_nat_dump()
Dact_sample.c210 .refcnt = refcount_read(&s->tcf_refcnt) - ref, in tcf_sample_dump()
Dact_bpf.c143 .refcnt = refcount_read(&prog->tcf_refcnt) - ref, in tcf_bpf_dump()
Dact_ctinfo.c286 .refcnt = refcount_read(&ci->tcf_refcnt) - ref, in tcf_ctinfo_dump()
Dact_ipt.c291 c.refcnt = refcount_read(&ipt->tcf_refcnt) - ref; in tcf_ipt_dump()
Dact_vlan.c292 .refcnt = refcount_read(&v->tcf_refcnt) - ref, in tcf_vlan_dump()
Dact_mirred.c345 .refcnt = refcount_read(&m->tcf_refcnt) - ref, in tcf_mirred_dump()
Dact_mpls.c329 .refcnt = refcount_read(&m->tcf_refcnt) - ref, in tcf_mpls_dump()
Dact_skbedit.c285 .refcnt = refcount_read(&d->tcf_refcnt) - ref, in tcf_skbedit_dump()
Dact_pedit.c463 opt->refcnt = refcount_read(&p->tcf_refcnt) - ref; in tcf_pedit_dump()
Dact_police.c345 .refcnt = refcount_read(&police->tcf_refcnt) - ref, in tcf_police_dump()
Dact_csum.c638 .refcnt = refcount_read(&p->tcf_refcnt) - ref, in tcf_csum_dump()
Dact_gate.c506 .refcnt = refcount_read(&gact->tcf_refcnt) - ref, in tcf_gate_dump()
Dact_tunnel_key.c719 .refcnt = refcount_read(&t->tcf_refcnt) - ref, in tunnel_key_dump()
Dact_ife.c648 .refcnt = refcount_read(&ife->tcf_refcnt) - ref, in tcf_ife_dump()
Dact_ct.c1501 .refcnt = refcount_read(&c->tcf_refcnt) - ref, in tcf_ct_dump()
/linux-6.1.9/include/net/
Dact_api.h51 #define tcf_refcnt common.tcfa_refcnt macro