Searched refs:tcp_death_row (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/net/ipv4/ |
D | tcp_minisocks.c | 35 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()
|
D | sysctl_net_ipv4.c | 320 .data = &tcp_death_row.sysctl_max_tw_buckets, 406 .data = &tcp_death_row.sysctl_tw_recycle,
|
D | proc.c | 66 atomic_read(&tcp_death_row.tw_count), sockets, in sockstat_seq_show()
|
D | tcp_ipv4.c | 202 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()
|
D | tcp.c | 3169 tcp_death_row.sysctl_max_tw_buckets = cnt / 2; in tcp_init()
|
D | tcp_input.c | 6227 if (tcp_death_row.sysctl_tw_recycle) { in tcp_conn_request()
|
/linux-4.4.14/net/ipv6/ |
D | tcp_ipv6.c | 261 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/ |
D | tcp.h | 236 extern struct inet_timewait_death_row tcp_death_row;
|