Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dact_simple.c38 bstats_update(&d->tcf_bstats, skb); in tcf_simp_act()
45 (char *)d->tcfd_defdata, d->tcf_bstats.packets); in tcf_simp_act()
Dact_police.c140 err = gen_replace_estimator(&police->tcf_bstats, NULL, in tcf_police_init()
216 bstats_update(&police->tcf_bstats, skb); in tcf_police_act()
Dact_connmark.c47 bstats_update(&ca->tcf_bstats, skb); in tcf_connmark_act()
Dact_nat.c119 bstats_update(&p->tcf_bstats, skb); in tcf_nat_act()
Dact_ipt.c244 bstats_update(&ipt->tcf_bstats, skb); in tcf_ipt_act()
Dact_pedit.c394 bstats_update(&p->tcf_bstats, skb); in tcf_pedit_act()
/Linux-v4.19/include/net/
Dact_api.h47 #define tcf_bstats common.tcfa_bstats macro