]> git.baikalelectronics.ru Git - kernel.git/commit
tcp/dccp: constify rtx_synack() and friends
authorEric Dumazet <edumazet@google.com>
Fri, 25 Sep 2015 14:39:23 +0000 (07:39 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 25 Sep 2015 20:00:39 +0000 (13:00 -0700)
commit930f599672f9602a77393d7c0c31ed30920e4b0d
treeb7677994bf337d8295284c496def5f99066f13a2
parentf09d2afd333caff5bb179e8d33613a27cab7d8b6
tcp/dccp: constify rtx_synack() and friends

This is done to make sure we do not change listener socket
while sending SYNACK packets while socket lock is not held.

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