Searched refs:tcf_refcnt (Results 1 – 18 of 18) sorted by relevance
| /linux/net/sched/ |
| H A D | act_connmark.c | 204 opt.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 | 248 opt.refcnt = refcount_read(&d->tcf_refcnt) - ref; in tcf_skbmod_dump()
|
| H A D | act_sample.c | 231 .refcnt = refcount_read(&s->tcf_refcnt) - ref, in tcf_sample_dump()
|
| H A D | act_nat.c | 275 .refcnt = refcount_read(&p->tcf_refcnt) - ref, in tcf_nat_dump()
|
| H A D | act_bpf.c | 143 .refcnt = refcount_read(&prog->tcf_refcnt) - ref, in tcf_bpf_dump()
|
| H A D | act_ctinfo.c | 291 .refcnt = refcount_read(&ci->tcf_refcnt) - ref, in tcf_ctinfo_dump()
|
| H A D | act_vlan.c | 293 .refcnt = refcount_read(&v->tcf_refcnt) - ref, in tcf_vlan_dump()
|
| H A D | act_mpls.c | 336 .refcnt = refcount_read(&m->tcf_refcnt) - ref, in tcf_mpls_dump()
|
| H A D | act_skbedit.c | 295 .refcnt = refcount_read(&d->tcf_refcnt) - ref, in tcf_skbedit_dump()
|
| H A D | act_mirred.c | 494 .refcnt = refcount_read(&m->tcf_refcnt) - ref, in tcf_mirred_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 | 347 .refcnt = refcount_read(&police->tcf_refcnt) - ref, in tcf_police_dump()
|
| H A D | act_csum.c | 644 .refcnt = refcount_read(&p->tcf_refcnt) - ref, in tcf_csum_dump()
|
| H A D | act_gate.c | 612 .refcnt = refcount_read(&gact->tcf_refcnt) - ref, in tcf_gate_dump()
|
| H A D | act_ife.c | 649 opt.refcnt = refcount_read(&ife->tcf_refcnt) - ref; in tcf_ife_dump()
|
| H A D | act_ct.c | 1542 .refcnt = refcount_read(&c->tcf_refcnt) - ref, in tcf_ct_dump()
|
| /linux/include/net/ |
| H A D | act_api.h | 54 #define tcf_refcnt common.tcfa_refcnt macro
|