]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/inet_timewait_sock.c
[UDP]: Place file operations directly into udp_seq_afinfo.
[linux-2.6-omap-h63xx.git] / net / ipv4 / inet_timewait_sock.c
index 876169f3a5286db53d6371763549941a578cb445..f12bc24de46fab010bdf0585f5b619180cf8a41f 100644 (file)
@@ -124,6 +124,7 @@ struct inet_timewait_sock *inet_twsk_alloc(const struct sock *sk, const int stat
                tw->tw_hash         = sk->sk_hash;
                tw->tw_ipv6only     = 0;
                tw->tw_prot         = sk->sk_prot_creator;
+               twsk_net_set(tw, sock_net(sk));
                atomic_set(&tw->tw_refcnt, 1);
                inet_twsk_dead_node_init(tw);
                __module_get(tw->tw_prot->owner);