| commit | 0f935dbedc49a5044ebff08b47eef35a2f2bbe92 | [log] [tgz] |
|---|---|---|
| author | Eric Dumazet <edumazet@google.com> | Fri Sep 25 07:39:21 2015 -0700 |
| committer | David S. Miller <davem@davemloft.net> | Fri Sep 25 13:00:39 2015 -0700 |
| tree | 470e67d3dc8eb23d39878e2be349ff07bf6a0793 | |
| parent | 1c1e9d2b67897316770fc8a2e1acdd9f2787838d [diff] |
tcp: constify tcp_v{4|6}_send_synack() socket argument
This documents fact that listener lock might not be held
at the time SYNACK are sent.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>