]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb116d6782cf7dcf38fc9ab0f9243491aac7ecf5d
treea2a42bbea9a1351d9986690f6df2a90cdbfd1d0c
parent82dd8a67cdf10795a90cab5e9593b041eff5ee8e
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