Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_minisocks.c35 struct inet_timewait_death_row tcp_death_row = { variable
39 EXPORT_SYMBOL_GPL(tcp_death_row);
162 if (tcp_death_row.sysctl_tw_recycle && in tcp_timewait_state_process()
274 if (tcp_death_row.sysctl_tw_recycle && tp->rx_opt.ts_recent_stamp) in tcp_time_wait()
277 tw = inet_twsk_alloc(sk, &tcp_death_row, state); in tcp_time_wait()
Dsysctl_net_ipv4.c320 .data = &tcp_death_row.sysctl_max_tw_buckets,
406 .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()
2398 inet_twsk_purge(&tcp_hashinfo, &tcp_death_row, AF_INET); in tcp_sk_exit_batch()
Dtcp.c3169 tcp_death_row.sysctl_max_tw_buckets = cnt / 2; in tcp_init()
Dtcp_input.c6227 if (tcp_death_row.sysctl_tw_recycle) { in tcp_conn_request()
/linux-4.4.14/net/ipv6/
Dtcp_ipv6.c261 if (tcp_death_row.sysctl_tw_recycle && in tcp_v6_connect()
276 err = inet6_hash_connect(&tcp_death_row, sk); in tcp_v6_connect()
1928 inet_twsk_purge(&tcp_hashinfo, &tcp_death_row, AF_INET6); in tcpv6_net_exit_batch()
/linux-4.4.14/include/net/
Dtcp.h236 extern struct inet_timewait_death_row tcp_death_row;