Searched refs:tcf_refcnt (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/net/sched/ |
D | act_connmark.c | 162 .refcnt = refcount_read(&ci->tcf_refcnt) - ref, in tcf_connmark_dump()
|
D | act_simple.c | 157 .refcnt = refcount_read(&d->tcf_refcnt) - ref, in tcf_simp_dump()
|
D | act_sample.c | 184 .refcnt = refcount_read(&s->tcf_refcnt) - ref, in tcf_sample_dump()
|
D | act_gact.c | 181 .refcnt = refcount_read(&gact->tcf_refcnt) - ref, in tcf_gact_dump()
|
D | act_vlan.c | 247 .refcnt = refcount_read(&v->tcf_refcnt) - ref, in tcf_vlan_dump()
|
D | act_nat.c | 266 .refcnt = refcount_read(&p->tcf_refcnt) - ref, in tcf_nat_dump()
|
D | act_skbmod.c | 210 .refcnt = refcount_read(&d->tcf_refcnt) - ref, in tcf_skbmod_dump()
|
D | act_skbedit.c | 232 .refcnt = refcount_read(&d->tcf_refcnt) - ref, in tcf_skbedit_dump()
|
D | act_mirred.c | 302 .refcnt = refcount_read(&m->tcf_refcnt) - ref, in tcf_mirred_dump()
|
D | act_police.c | 277 .refcnt = refcount_read(&police->tcf_refcnt) - ref, in tcf_police_dump()
|
D | act_bpf.c | 144 .refcnt = refcount_read(&prog->tcf_refcnt) - ref, in tcf_bpf_dump()
|
D | act_ipt.c | 297 c.refcnt = refcount_read(&ipt->tcf_refcnt) - ref; in tcf_ipt_dump()
|
D | act_pedit.c | 422 opt->refcnt = refcount_read(&p->tcf_refcnt) - ref; in tcf_pedit_dump()
|
D | act_tunnel_key.c | 491 .refcnt = refcount_read(&t->tcf_refcnt) - ref, in tunnel_key_dump()
|
D | act_csum.c | 602 .refcnt = refcount_read(&p->tcf_refcnt) - ref, in tcf_csum_dump()
|
D | act_ife.c | 616 .refcnt = refcount_read(&ife->tcf_refcnt) - ref, in tcf_ife_dump()
|
/Linux-v4.19/include/net/ |
D | act_api.h | 43 #define tcf_refcnt common.tcfa_refcnt macro
|