Home
last modified time | relevance | path

Searched refs:sysctl_tw_recycle (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/net/
Dinet_timewait_sock.h38 int sysctl_tw_recycle; member
/linux-4.1.27/net/ipv4/
Dtcp_minisocks.c163 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()
Dsysctl_net_ipv4.c399 .data = &tcp_death_row.sysctl_tw_recycle,
Dtcp_ipv4.c202 if (tcp_death_row.sysctl_tw_recycle && in tcp_v4_connect()
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()