Searched refs:tcf_bstats (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/net/sched/ |
D | act_gact.c | 38 if (!gact->tcfg_pval || gact->tcf_bstats.packets % gact->tcfg_pval) in gact_determ() 132 gact->tcf_bstats.bytes += qdisc_pkt_len(skb); in tcf_gact() 133 gact->tcf_bstats.packets++; in tcf_gact()
|
D | act_simple.c | 37 bstats_update(&d->tcf_bstats, skb); in tcf_simp() 44 (char *)d->tcfd_defdata, d->tcf_bstats.packets); in tcf_simp()
|
D | act_police.c | 181 err = gen_replace_estimator(&police->tcf_bstats, NULL, in tcf_act_police_locate() 188 !gen_estimator_active(&police->tcf_bstats, in tcf_act_police_locate() 265 bstats_update(&police->tcf_bstats, skb); in tcf_act_police()
|
D | act_connmark.c | 45 bstats_update(&ca->tcf_bstats, skb); in tcf_connmark()
|
D | act_skbedit.c | 39 bstats_update(&d->tcf_bstats, skb); in tcf_skbedit()
|
D | act_vlan.c | 33 bstats_update(&v->tcf_bstats, skb); in tcf_vlan()
|
D | act_mirred.c | 139 bstats_update(&m->tcf_bstats, skb); in tcf_mirred()
|
D | act_pedit.c | 171 bstats_update(&p->tcf_bstats, skb); in tcf_pedit()
|
D | act_nat.c | 109 bstats_update(&p->tcf_bstats, skb); in tcf_nat()
|
D | act_ipt.c | 186 bstats_update(&ipt->tcf_bstats, skb); in tcf_ipt()
|
D | act_bpf.c | 48 bstats_update(&prog->tcf_bstats, skb); in tcf_bpf()
|
D | act_csum.c | 504 bstats_update(&p->tcf_bstats, skb); in tcf_csum()
|
/linux-4.1.27/include/net/ |
D | act_api.h | 32 #define tcf_bstats common.tcfc_bstats macro
|