Searched refs:tcf_refcnt (Results 1 – 19 of 19) 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_skbmod.c | 252 opt.refcnt = refcount_read(&d->tcf_refcnt) - ref; in tcf_skbmod_dump()
|
| H A D | act_gact.c | 197 .refcnt = refcount_read(&gact->tcf_refcnt) - ref, in tcf_gact_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_ctinfo.c | 291 .refcnt = refcount_read(&ci->tcf_refcnt) - ref, in tcf_ctinfo_dump()
|
| H A D | act_bpf.c | 143 .refcnt = refcount_read(&prog->tcf_refcnt) - ref, in tcf_bpf_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 | 519 .refcnt = refcount_read(&m->tcf_refcnt) - ref, in tcf_mirred_dump()
|
| H A D | act_police.c | 353 .refcnt = refcount_read(&police->tcf_refcnt) - ref, in tcf_police_dump()
|
| H A D | act_pedit.c | 534 opt->refcnt = refcount_read(&p->tcf_refcnt) - ref; in tcf_pedit_dump()
|
| H A D | act_csum.c | 648 .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 | 650 opt.refcnt = refcount_read(&ife->tcf_refcnt) - ref; in tcf_ife_dump()
|
| H A D | act_tunnel_key.c | 729 .refcnt = refcount_read(&t->tcf_refcnt) - ref, in tunnel_key_dump()
|
| H A D | act_ct.c | 1566 .refcnt = refcount_read(&c->tcf_refcnt) - ref, in tcf_ct_dump()
|
| /linux/include/net/ |
| H A D | act_api.h | 55 #define tcf_refcnt common.tcfa_refcnt macro
|