aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2015-09-25 07:39:21 -0700
committerDavid S. Miller <davem@davemloft.net>2015-09-25 13:00:39 -0700
commit0f935dbedc49a5044ebff08b47eef35a2f2bbe92 (patch)
tree470e67d3dc8eb23d39878e2be349ff07bf6a0793 /net/ipv6/tcp_ipv6.c
parentipv6: constify ip6_xmit() sock argument (diff)
downloadlinux-dev-0f935dbedc49a5044ebff08b47eef35a2f2bbe92.tar.xz
linux-dev-0f935dbedc49a5044ebff08b47eef35a2f2bbe92.zip
tcp: constify tcp_v{4|6}_send_synack() socket argument
This documents fact that listener lock might not be held at the time SYNACK are sent. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r--net/ipv6/tcp_ipv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c
index 1071131a6c53..16fb299dcab8 100644
--- a/net/ipv6/tcp_ipv6.c
+++ b/net/ipv6/tcp_ipv6.c
@@ -434,7 +434,7 @@ out:
}
-static int tcp_v6_send_synack(struct sock *sk, struct dst_entry *dst,
+static int tcp_v6_send_synack(const struct sock *sk, struct dst_entry *dst,
struct flowi *fl,
struct request_sock *req,
u16 queue_mapping,