net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV
[platform/kernel/linux-rpi.git] / include / net / ip.h
index 8a3860a..2982dd1 100644 (file)
@@ -286,7 +286,7 @@ 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,
-                          unsigned int len, u64 transmit_time);
+                          unsigned int len, u64 transmit_time, u32 txhash);
 
 #define IP_INC_STATS(net, field)       SNMP_INC_STATS64((net)->mib.ip_statistics, field)
 #define __IP_INC_STATS(net, field)     __SNMP_INC_STATS64((net)->mib.ip_statistics, field)