Home
last modified time | relevance | path

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

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