Searched refs:tcf_refcnt (Results 1 – 21 of 21) sorted by relevance
/kernel/linux/linux-5.10/net/sched/ |
D | act_connmark.c | 178 .refcnt = refcount_read(&ci->tcf_refcnt) - ref, in tcf_connmark_dump()
|
D | act_simple.c | 176 .refcnt = refcount_read(&d->tcf_refcnt) - ref, in tcf_simp_dump()
|
D | act_gact.c | 191 .refcnt = refcount_read(&gact->tcf_refcnt) - ref, in tcf_gact_dump()
|
D | act_nat.c | 264 .refcnt = refcount_read(&p->tcf_refcnt) - ref, in tcf_nat_dump()
|
D | act_skbmod.c | 224 .refcnt = refcount_read(&d->tcf_refcnt) - ref, in tcf_skbmod_dump()
|
D | act_sample.c | 211 .refcnt = refcount_read(&s->tcf_refcnt) - ref, in tcf_sample_dump()
|
D | act_vlan.c | 293 .refcnt = refcount_read(&v->tcf_refcnt) - ref, in tcf_vlan_dump()
|
D | act_skbedit.c | 245 .refcnt = refcount_read(&d->tcf_refcnt) - ref, in tcf_skbedit_dump()
|
D | act_ctinfo.c | 287 .refcnt = refcount_read(&ci->tcf_refcnt) - ref, in tcf_ctinfo_dump()
|
D | act_mpls.c | 330 .refcnt = refcount_read(&m->tcf_refcnt) - ref, in tcf_mpls_dump()
|
D | act_bpf.c | 144 .refcnt = refcount_read(&prog->tcf_refcnt) - ref, in tcf_bpf_dump()
|
D | act_police.c | 321 .refcnt = refcount_read(&police->tcf_refcnt) - ref, in tcf_police_dump()
|
D | act_mirred.c | 354 .refcnt = refcount_read(&m->tcf_refcnt) - ref, in tcf_mirred_dump()
|
D | act_ipt.c | 293 c.refcnt = refcount_read(&ipt->tcf_refcnt) - ref; in tcf_ipt_dump()
|
D | act_pedit.c | 464 opt->refcnt = refcount_read(&p->tcf_refcnt) - ref; in tcf_pedit_dump()
|
D | act_gate.c | 507 .refcnt = refcount_read(&gact->tcf_refcnt) - ref, in tcf_gate_dump()
|
D | act_csum.c | 638 .refcnt = refcount_read(&p->tcf_refcnt) - ref, in tcf_csum_dump()
|
D | act_tunnel_key.c | 720 .refcnt = refcount_read(&t->tcf_refcnt) - ref, in tunnel_key_dump()
|
D | act_ife.c | 648 .refcnt = refcount_read(&ife->tcf_refcnt) - ref, in tcf_ife_dump()
|
D | act_ct.c | 1404 .refcnt = refcount_read(&c->tcf_refcnt) - ref, in tcf_ct_dump()
|
/kernel/linux/linux-5.10/include/net/ |
D | act_api.h | 49 #define tcf_refcnt common.tcfa_refcnt macro
|