Merge branch 'acpi-ec'
[linux-drm-fsl-dcu.git] / include / net / ip.h
index f7cbd703d15d24edca61cf9e159cb1ce3857cb5b..09cf5aebb28368fbb93c974f14a78c3fa9a6f408 100644 (file)
@@ -181,7 +181,7 @@ static inline __u8 ip_reply_arg_flowi_flags(const struct ip_reply_arg *arg)
        return (arg->flags & IP_REPLY_ARG_NOSRCCHECK) ? FLOWI_FLAG_ANYSRC : 0;
 }
 
-void ip_send_unicast_reply(struct net *net, struct sk_buff *skb,
+void ip_send_unicast_reply(struct sock *sk, struct sk_buff *skb,
                           const struct ip_options *sopt,
                           __be32 daddr, __be32 saddr,
                           const struct ip_reply_arg *arg,