netfilter: propagate net to nf_bridge_get_physindev
[platform/kernel/linux-rpi.git] / include / linux / netfilter_bridge.h
index f980edf..e927b9a 100644 (file)
@@ -56,7 +56,7 @@ static inline int nf_bridge_get_physoutif(const struct sk_buff *skb)
 }
 
 static inline struct net_device *
-nf_bridge_get_physindev(const struct sk_buff *skb)
+nf_bridge_get_physindev(const struct sk_buff *skb, struct net *net)
 {
        const struct nf_bridge_info *nf_bridge = nf_bridge_info_get(skb);