commit | 0c27171e66d94f9121fc00e87407ca7103bb6649 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Sep 29 07:42:48 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Sep 29 16:53:09 2015 -0700 |
tree | d70a70c3c61e14a6f7649deba8f5c47628c7a649 | |
parent | c28c6f045945f53e842467bf0e86c5fac051643d [diff] |
tcp/dccp: constify syn_recv_sock() method sock argument We'll soon no longer hold listener socket lock, these functions do not modify the socket in any way. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>