Home
last modified time | relevance | path

Searched refs:TCP_SYN_RETRIES (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/net/dccp/
Dtimer.c20 int sysctl_dccp_request_retries __read_mostly = TCP_SYN_RETRIES;
/linux-3.4.99/net/ipv4/
Dtcp_timer.c25 int sysctl_tcp_syn_retries __read_mostly = TCP_SYN_RETRIES;
/linux-3.4.99/include/net/
Dtcp.h101 #define TCP_SYN_RETRIES 5 /* number of times to retry active opening a macro