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)
commit318cf7aaa0a6d20ecf6be33eb771291e5ff2e3b9
treea2a42bbea9a1351d9986690f6df2a90cdbfd1d0c
parent8f9f4668b37bcc877156dd525a856055735c8d24
tcp: md5: add more const attributes

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>
include/net/tcp.h
net/ipv4/tcp_ipv4.c
net/ipv6/tcp_ipv6.c