Lines Matching refs:tw
33 struct inet_timewait_sock *tw;
35 tw = inet_twsk_alloc(sk, &dccp_death_row, state);
37 if (tw != NULL) {
41 if (tw->tw_family == PF_INET6) {
42 tw->tw_v6_daddr = sk->sk_v6_daddr;
43 tw->tw_v6_rcv_saddr = sk->sk_v6_rcv_saddr;
44 tw->tw_ipv6only = sk->sk_ipv6only;
60 inet_twsk_schedule(tw, timeo);
62 * Note that access to tw after this point is illegal.
64 inet_twsk_hashdance(tw, sk, &dccp_hashinfo);