Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dtcp_fastopen.c268 if (!((sysctl_tcp_fastopen & TFO_SERVER_ENABLE) && in tcp_try_fastopen()
Daf_inet.c221 if ((sysctl_tcp_fastopen & TFO_SERVER_ENABLE) != 0 && in inet_listen()
/linux-4.4.14/include/net/
Dtcp.h224 #define TFO_SERVER_ENABLE 2 macro