Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dtcp_fastopen.c11 int sysctl_tcp_fastopen __read_mostly = TFO_CLIENT_ENABLE;
Dtcp.c1048 if (!(sysctl_tcp_fastopen & TFO_CLIENT_ENABLE)) in tcp_sendmsg_fastopen()
/linux-4.1.27/include/net/
Dtcp.h223 #define TFO_CLIENT_ENABLE 1 macro