aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r--net/ipv4/tcp_ipv4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index 0ca8dead03b0..dadf80272413 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -1544,7 +1544,7 @@ static struct sock *tcp_v4_hnd_req(struct sock *sk, struct sk_buff *skb)
1544 return sk; 1544 return sk;
1545} 1545}
1546 1546
1547static int tcp_v4_checksum_init(struct sk_buff *skb) 1547static __sum16 tcp_v4_checksum_init(struct sk_buff *skb)
1548{ 1548{
1549 if (skb->ip_summed == CHECKSUM_COMPLETE) { 1549 if (skb->ip_summed == CHECKSUM_COMPLETE) {
1550 if (!tcp_v4_check(skb->h.th, skb->len, skb->nh.iph->saddr, 1550 if (!tcp_v4_check(skb->h.th, skb->len, skb->nh.iph->saddr,