Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dact_gact.c38 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()
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.c45 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_mirred.c139 bstats_update(&m->tcf_bstats, skb); in tcf_mirred()
Dact_pedit.c171 bstats_update(&p->tcf_bstats, skb); in tcf_pedit()
Dact_nat.c109 bstats_update(&p->tcf_bstats, skb); in tcf_nat()
Dact_ipt.c186 bstats_update(&ipt->tcf_bstats, skb); in tcf_ipt()
Dact_bpf.c48 bstats_update(&prog->tcf_bstats, skb); in tcf_bpf()
Dact_csum.c504 bstats_update(&p->tcf_bstats, skb); in tcf_csum()
/linux-4.1.27/include/net/
Dact_api.h32 #define tcf_bstats common.tcfc_bstats macro