Searched refs:tcp_death_row (Results 1 – 7 of 7) sorted by relevance
258 struct inet_timewait_death_row *tcp_death_row = &sock_net(sk)->ipv4.tcp_death_row; in tcp_time_wait() local260 tw = inet_twsk_alloc(sk, tcp_death_row, state); in tcp_time_wait()
211 struct inet_timewait_death_row *tcp_death_row = &sock_net(sk)->ipv4.tcp_death_row; in tcp_v4_connect() local277 err = inet_hash_connect(tcp_death_row, sk); in tcp_v4_connect()2875 net->ipv4.tcp_death_row.sysctl_max_tw_buckets = cnt / 2; in tcp_sk_init()2876 net->ipv4.tcp_death_row.hashinfo = &tcp_hashinfo; in tcp_sk_init()
62 atomic_read(&net->ipv4.tcp_death_row.tw_count), sockets, in sockstat_seq_show()
935 .data = &init_net.ipv4.tcp_death_row.sysctl_max_tw_buckets,
177 struct inet_timewait_death_row tcp_death_row; member
645 struct inet_timewait_death_row *tcp_death_row; in tcp_nip_connect() local702 tcp_death_row = &sock_net(sk)->ipv4.tcp_death_row; in tcp_nip_connect()703 err = ninet_hash_connect(tcp_death_row, sk); in tcp_nip_connect()
159 struct inet_timewait_death_row *tcp_death_row = &sock_net(sk)->ipv4.tcp_death_row; in tcp_v6_connect() local314 err = inet6_hash_connect(tcp_death_row, sk); in tcp_v6_connect()