commit | ea3bea3a1d38aab1542176b2ff11a99ce3db9656 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Sep 25 07:39:23 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 25 13:00:39 2015 -0700 |
tree | b7677994bf337d8295284c496def5f99066f13a2 | |
parent | 802885fc0400d0166a6b65d1844b61696aecbb10 [diff] |
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>