Home
last modified time | relevance | path

Searched refs:tcp_death_row (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/net/ipv4/
Dtcp_minisocks.c35 struct inet_timewait_death_row tcp_death_row = { variable
39 EXPORT_SYMBOL_GPL(tcp_death_row);
163 if (tcp_death_row.sysctl_tw_recycle && in tcp_timewait_state_process()
276 if (tcp_death_row.sysctl_tw_recycle && tp->rx_opt.ts_recent_stamp) in tcp_time_wait()
279 tw = inet_twsk_alloc(sk, &tcp_death_row, state); in tcp_time_wait()
Dsysctl_net_ipv4.c313 .data = &tcp_death_row.sysctl_max_tw_buckets,
399 .data = &tcp_death_row.sysctl_tw_recycle,
Dproc.c66 atomic_read(&tcp_death_row.tw_count), sockets, in sockstat_seq_show()
Dtcp_ipv4.c202 if (tcp_death_row.sysctl_tw_recycle && in tcp_v4_connect()
221 err = inet_hash_connect(&tcp_death_row, sk); in tcp_v4_connect()
2430 inet_twsk_purge(&tcp_hashinfo, &tcp_death_row, AF_INET); in tcp_sk_exit_batch()
Dtcp.c3096 tcp_death_row.sysctl_max_tw_buckets = cnt / 2; in tcp_init()
Dtcp_input.c6159 if (tcp_death_row.sysctl_tw_recycle) { in tcp_conn_request()
/linux-4.1.27/net/ipv6/
Dtcp_ipv6.c264 if (tcp_death_row.sysctl_tw_recycle && in tcp_v6_connect()
279 err = inet6_hash_connect(&tcp_death_row, sk); in tcp_v6_connect()
1908 inet_twsk_purge(&tcp_hashinfo, &tcp_death_row, AF_INET6); in tcpv6_net_exit_batch()
/linux-4.1.27/include/net/
Dtcp.h236 extern struct inet_timewait_death_row tcp_death_row;