Home
last modified time | relevance | path

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

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