tcp_death_row     172 include/net/netns/ipv4.h 	struct inet_timewait_death_row tcp_death_row;
tcp_death_row      61 net/ipv4/proc.c 		   atomic_read(&net->ipv4.tcp_death_row.tw_count), sockets,
tcp_death_row     984 net/ipv4/sysctl_net_ipv4.c 		.data		= &init_net.ipv4.tcp_death_row.sysctl_max_tw_buckets,
tcp_death_row     210 net/ipv4/tcp_ipv4.c 	struct inet_timewait_death_row *tcp_death_row = &sock_net(sk)->ipv4.tcp_death_row;
tcp_death_row     276 net/ipv4/tcp_ipv4.c 	err = inet_hash_connect(tcp_death_row, sk);
tcp_death_row    2682 net/ipv4/tcp_ipv4.c 	net->ipv4.tcp_death_row.sysctl_max_tw_buckets = cnt / 2;
tcp_death_row    2683 net/ipv4/tcp_ipv4.c 	net->ipv4.tcp_death_row.hashinfo = &tcp_hashinfo;
tcp_death_row     258 net/ipv4/tcp_minisocks.c 	struct inet_timewait_death_row *tcp_death_row = &sock_net(sk)->ipv4.tcp_death_row;
tcp_death_row     260 net/ipv4/tcp_minisocks.c 	tw = inet_twsk_alloc(sk, tcp_death_row, state);
tcp_death_row     158 net/ipv6/tcp_ipv6.c 	struct inet_timewait_death_row *tcp_death_row = &sock_net(sk)->ipv4.tcp_death_row;
tcp_death_row     306 net/ipv6/tcp_ipv6.c 	err = inet6_hash_connect(tcp_death_row, sk);