ipv4: fix TCP early demux
[deliverable/linux.git] / net / ipv4 / tcp_input.c
index 3e07a64ca44e7d45879dee37a73522ce1f97d354..aa659e825054820c112caf8eafb2e73e7bd01085 100644 (file)
@@ -5603,6 +5603,7 @@ void tcp_finish_connect(struct sock *sk, struct sk_buff *skb)
 
        if (skb != NULL) {
                sk->sk_rx_dst = dst_clone(skb_dst(skb));
+               inet_sk(sk)->rx_dst_ifindex = skb->skb_iif;
                security_inet_conn_established(sk, skb);
        }
 
This page took 0.025797 seconds and 5 git commands to generate.