tcp/dccp: constify syn_recv_sock() method sock argument
authorEric Dumazet <edumazet@google.com>
Tue, 29 Sep 2015 14:42:48 +0000 (07:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Sep 2015 23:53:09 +0000 (16:53 -0700)
commit0c27171e66d94f9121fc00e87407ca7103bb6649
treed70a70c3c61e14a6f7649deba8f5c47628c7a649
parentc28c6f045945f53e842467bf0e86c5fac051643d
tcp/dccp: constify syn_recv_sock() method sock argument

We'll soon no longer hold listener socket lock, these
functions do not modify the socket in any way.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_connection_sock.h
include/net/tcp.h
net/dccp/dccp.h
net/dccp/ipv4.c
net/dccp/ipv6.c
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c