Searched refs:tcf_refcnt (Results 1 – 20 of 20) sorted by relevance
/linux/net/sched/ |
H A D | act_simple.c | 178 .refcnt = refcount_read(&d->tcf_refcnt) - ref, in tcf_simp_dump()
|
H A D | act_connmark.c | 197 .refcnt = refcount_read(&ci->tcf_refcnt) - ref, in tcf_connmark_dump()
|
H A D | act_gact.c | 192 .refcnt = refcount_read(&gact->tcf_refcnt) - ref, in tcf_gact_dump()
|
H A D | act_skbmod.c | 249 opt.refcnt = refcount_read(&d->tcf_refcnt) - ref; in tcf_skbmod_dump()
|
H A D | act_nat.c | 274 .refcnt = refcount_read(&p->tcf_refcnt) - ref, in tcf_nat_dump()
|
H A D | act_sample.c | 231 .refcnt = refcount_read(&s->tcf_refcnt) - ref, in tcf_sample_dump()
|
H A D | act_ctinfo.c | 288 .refcnt = refcount_read(&ci->tcf_refcnt) - ref, in tcf_ctinfo_dump()
|
H A D | act_bpf.c | 145 .refcnt = refcount_read(&prog->tcf_refcnt) - ref, in tcf_bpf_dump()
|
H A D | act_vlan.c | 295 .refcnt = refcount_read(&v->tcf_refcnt) - ref, in tcf_vlan_dump()
|
H A D | act_mpls.c | 339 .refcnt = refcount_read(&m->tcf_refcnt) - ref, in tcf_mpls_dump()
|
H A D | act_skbedit.c | 292 .refcnt = refcount_read(&d->tcf_refcnt) - ref, in tcf_skbedit_dump()
|
H A D | act_pedit.c | 525 opt->refcnt = refcount_read(&p->tcf_refcnt) - ref; in tcf_pedit_dump()
|
H A D | act_police.c | 348 .refcnt = refcount_read(&police->tcf_refcnt) - ref, in tcf_police_dump()
|
H A D | act_mirred.c | 479 .refcnt = refcount_read(&m->tcf_refcnt) - ref, in tcf_mirred_dump()
|
H A D | act_gate.c | 510 .refcnt = refcount_read(&gact->tcf_refcnt) - ref, in tcf_gate_dump()
|
H A D | act_csum.c | 639 .refcnt = refcount_read(&p->tcf_refcnt) - ref, in tcf_csum_dump()
|
H A D | act_tunnel_key.c | 724 .refcnt = refcount_read(&t->tcf_refcnt) - ref, in tunnel_key_dump()
|
H A D | act_ife.c | 649 .refcnt = refcount_read(&ife->tcf_refcnt) - ref, in tcf_ife_dump()
|
H A D | act_ct.c | 1529 .refcnt = refcount_read(&c->tcf_refcnt) - ref, in tcf_ct_dump()
|
/linux/include/net/ |
H A D | act_api.h | 51 #define tcf_refcnt common.tcfa_refcnt macro
|