Lines Matching refs:tw
34 struct inet_timewait_sock *tw;
36 tw = inet_twsk_alloc(sk, &dccp_death_row, state);
38 if (tw != NULL) {
42 if (tw->tw_family == PF_INET6) {
43 tw->tw_v6_daddr = sk->sk_v6_daddr;
44 tw->tw_v6_rcv_saddr = sk->sk_v6_rcv_saddr;
45 tw->tw_ipv6only = sk->sk_ipv6only;
61 inet_twsk_schedule(tw, timeo);
63 * Note that access to tw after this point is illegal.
65 inet_twsk_hashdance(tw, sk, &dccp_hashinfo);