commit | 802885fc0400d0166a6b65d1844b61696aecbb10 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Sep 25 07:39:22 2015 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 25 13:00:39 2015 -0700 |
tree | 7f6e6d083adf632704d496642eab95ad3c969e93 | |
parent | 0f935dbedc49a5044ebff08b47eef35a2f2bbe92 [diff] |
dccp: constify dccp_make_response() socket argument Like tcp_make_synack() the only time we might change the socket is when calling sock_wmalloc(), which is using atomic operation to update sk->sk_wmem_alloc Also use MAX_DCCP_HEADER as both IPv4/IPv6 use this value for max_header. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>