]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/bridge/br_netfilter.c
net: fix race condition in several drivers when reading stats
[karo-tx-linux.git] / net / bridge / br_netfilter.c
index 81f76c402cf235fb007d875adb2d17d04f7a54e4..68e8f364bbf8e01fbae9134eb98a24fa676d0e51 100644 (file)
@@ -111,11 +111,13 @@ static inline __be16 pppoe_proto(const struct sk_buff *skb)
         pppoe_proto(skb) == htons(PPP_IPV6) && \
         brnf_filter_pppoe_tagged)
 
-static void fake_update_pmtu(struct dst_entry *dst, u32 mtu)
+static void fake_update_pmtu(struct dst_entry *dst, struct sock *sk,
+                            struct sk_buff *skb, u32 mtu)
 {
 }
 
-static void fake_redirect(struct dst_entry *dst, struct sk_buff *skb)
+static void fake_redirect(struct dst_entry *dst, struct sock *sk,
+                         struct sk_buff *skb)
 {
 }