tcp: md5: add more const attributes
authorEric Dumazet <eric.dumazet@gmail.com>
Mon, 24 Oct 2011 06:46:04 +0000 (02:46 -0400)
committerDavid S. Miller <davem@davemloft.net>
Mon, 24 Oct 2011 06:46:04 +0000 (02:46 -0400)
Now tcp_md5_hash_header() has a const tcphdr argument, we can add more
const attributes to callers.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found