]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: constify tcp_v{4|6}_send_synack() socket argument
authorEric Dumazet <edumazet@google.com>
Fri, 25 Sep 2015 14:39:21 +0000 (07:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Sep 2015 20:00:39 +0000 (13:00 -0700)
commit7b0be89195a2ddf2b1cf634d348908bf82cfdc79
tree470e67d3dc8eb23d39878e2be349ff07bf6a0793
parentc2204a8bff6b56fd718de484cedd29625937b93b
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>
include/net/tcp.h
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c