Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_connmark.c204 opt.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.c248 opt.refcnt = refcount_read(&d->tcf_refcnt) - ref; in tcf_skbmod_dump()
H A Dact_sample.c231 .refcnt = refcount_read(&s->tcf_refcnt) - ref, in tcf_sample_dump()
H A Dact_nat.c275 .refcnt = refcount_read(&p->tcf_refcnt) - ref, in tcf_nat_dump()
H A Dact_bpf.c143 .refcnt = refcount_read(&prog->tcf_refcnt) - ref, in tcf_bpf_dump()
H A Dact_ctinfo.c291 .refcnt = refcount_read(&ci->tcf_refcnt) - ref, in tcf_ctinfo_dump()
H A Dact_vlan.c293 .refcnt = refcount_read(&v->tcf_refcnt) - ref, in tcf_vlan_dump()
H A Dact_mpls.c336 .refcnt = refcount_read(&m->tcf_refcnt) - ref, in tcf_mpls_dump()
H A Dact_skbedit.c295 .refcnt = refcount_read(&d->tcf_refcnt) - ref, in tcf_skbedit_dump()
H A Dact_mirred.c494 .refcnt = refcount_read(&m->tcf_refcnt) - ref, in tcf_mirred_dump()
H A Dact_pedit.c525 opt->refcnt = refcount_read(&p->tcf_refcnt) - ref; in tcf_pedit_dump()
H A Dact_police.c347 .refcnt = refcount_read(&police->tcf_refcnt) - ref, in tcf_police_dump()
H A Dact_csum.c644 .refcnt = refcount_read(&p->tcf_refcnt) - ref, in tcf_csum_dump()
H A Dact_gate.c612 .refcnt = refcount_read(&gact->tcf_refcnt) - ref, in tcf_gate_dump()
H A Dact_ife.c649 opt.refcnt = refcount_read(&ife->tcf_refcnt) - ref; in tcf_ife_dump()
H A Dact_ct.c1542 .refcnt = refcount_read(&c->tcf_refcnt) - ref, in tcf_ct_dump()
/linux/include/net/
H A Dact_api.h54 #define tcf_refcnt common.tcfa_refcnt macro