inet: introduce ireq_family
[pandora-kernel.git] / net / ipv4 / syncookies.c
index 45fe60c..0c43273 100644 (file)
@@ -346,6 +346,8 @@ struct sock *cookie_v4_check(struct sock *sk, struct sk_buff *skb)
        req->ts_recent          = tcp_opt.saw_tstamp ? tcp_opt.rcv_tsval : 0;
        treq->snt_synack        = tcp_opt.saw_tstamp ? tcp_opt.rcv_tsecr : 0;
        treq->listener          = NULL;
+       write_pnet(&ireq->ireq_net, sock_net(sk));
+       ireq->ireq_family = AF_INET;
 
        /* We throwed the options of the initial SYN away, so we hope
         * the ACK carries the same options again (see RFC1122 4.2.3.8)