Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/
H A Dtimer.c16 int sysctl_dccp_request_retries __read_mostly = TCP_SYN_RETRIES;
/openbmc/linux/include/net/
H A Dtcp.h107 #define TCP_SYN_RETRIES 6 /* This is how many retries are done macro
/openbmc/linux/net/ipv4/
H A Dtcp_ipv4.c3225 net->ipv4.sysctl_tcp_syn_retries = TCP_SYN_RETRIES; in tcp_sk_init()