]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
commitea3bea3a1d38aab1542176b2ff11a99ce3db9656
treeb7677994bf337d8295284c496def5f99066f13a2
parent802885fc0400d0166a6b65d1844b61696aecbb10
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