]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7f96c84f23c565c00614a17da0feb5094c6c1eab
treed3c7dd5c5a8ee476564b5d2d34deda2b95ff5f9d
parent926d8e4f7d2d20a3493f2860d06286171eb62696
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