Home
last modified time | relevance | path

Searched refs:tcf_bstats (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/net/sched/
Dact_simple.c37 bstats_update(&d->tcf_bstats, skb); in tcf_simp()
44 (char *)d->tcfd_defdata, d->tcf_bstats.packets); in tcf_simp()
Dact_police.c181 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()
Dact_connmark.c46 bstats_update(&ca->tcf_bstats, skb); in tcf_connmark()
Dact_skbedit.c39 bstats_update(&d->tcf_bstats, skb); in tcf_skbedit()
Dact_vlan.c33 bstats_update(&v->tcf_bstats, skb); in tcf_vlan()
Dact_pedit.c168 bstats_update(&p->tcf_bstats, skb); in tcf_pedit()
Dact_nat.c110 bstats_update(&p->tcf_bstats, skb); in tcf_nat()
Dact_ipt.c186 bstats_update(&ipt->tcf_bstats, skb); in tcf_ipt()
Dact_csum.c505 bstats_update(&p->tcf_bstats, skb); in tcf_csum()
/linux-4.4.14/include/net/
Dact_api.h34 #define tcf_bstats common.tcfc_bstats macro