X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=net%2Fsched%2Fact_bpf.c;h=f2bf896331a596a52366bd33a42041affc036c50;hb=a1bd55431114f35158e3c5a46db754fd74c55889;hp=5c36013339e1138086d918479328f65c06925cff;hpb=35776f10513c0d523c5dd2f1b415f642497779e2;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/net/sched/act_bpf.c b/net/sched/act_bpf.c index 5c36013..f2bf896 100644 --- a/net/sched/act_bpf.c +++ b/net/sched/act_bpf.c @@ -41,7 +41,7 @@ static int tcf_bpf_act(struct sk_buff *skb, const struct tc_action *act, int action, filter_res; tcf_lastuse_update(&prog->tcf_tm); - bstats_cpu_update(this_cpu_ptr(prog->common.cpu_bstats), skb); + bstats_update(this_cpu_ptr(prog->common.cpu_bstats), skb); filter = rcu_dereference(prog->filter); if (at_ingress) {