tcp: md5: constify tcp_md5_do_lookup() socket argument
authorEric Dumazet <edumazet@google.com>
Fri, 25 Sep 2015 14:39:15 +0000 (07:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Sep 2015 20:00:38 +0000 (13:00 -0700)
commitb83e3deb974ca2c11e21256fe602e517afb83247
treed3c7dd5c5a8ee476564b5d2d34deda2b95ff5f9d
parent4e3f5d727d60939c890a6e86944da52b3a1625ce
tcp: md5: constify tcp_md5_do_lookup() socket argument

When TCP new listener is done, these functions will be called
without socket lock being held. Make sure they don't change
anything.

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