bpf: fix bpf_skb_in_cgroup helper naming
[deliverable/linux.git] / net / core / drop_monitor.c
index 252e155c837b7532778ef558c9c3cb47a68a654b..d6b3b579560df7220023cae07a0486be77e2b4f1 100644 (file)
@@ -187,7 +187,8 @@ static void trace_kfree_skb_hit(void *ignore, struct sk_buff *skb, void *locatio
        trace_drop_common(skb, location);
 }
 
-static void trace_napi_poll_hit(void *ignore, struct napi_struct *napi)
+static void trace_napi_poll_hit(void *ignore, struct napi_struct *napi,
+                               int work, int budget)
 {
        struct dm_hw_stat_delta *new_stat;
 
This page took 0.025968 seconds and 5 git commands to generate.