Home
last modified time | relevance | path

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

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