Searched refs:tcf_bstats (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/net/sched/ |
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 | 46 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_pedit.c | 168 bstats_update(&p->tcf_bstats, skb); in tcf_pedit()
|
D | act_nat.c | 110 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_csum.c | 505 bstats_update(&p->tcf_bstats, skb); in tcf_csum()
|
/linux-4.4.14/include/net/ |
D | act_api.h | 34 #define tcf_bstats common.tcfc_bstats macro
|