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 b52934f5334e..1781dc650b9d 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -1701,7 +1701,7 @@ int tcp_v4_early_demux(struct sk_buff *skb)
1701 dev = skb->dev; 1701 dev = skb->dev;
1702 sk = __inet_lookup_established(net, &tcp_hashinfo, 1702 sk = __inet_lookup_established(net, &tcp_hashinfo,
1703 iph->saddr, th->source, 1703 iph->saddr, th->source,
1704 iph->daddr, th->dest, 1704 iph->daddr, ntohs(th->dest),
1705 dev->ifindex); 1705 dev->ifindex);
1706 if (sk) { 1706 if (sk) {
1707 skb->sk = sk; 1707 skb->sk = sk;