Home
last modified time | relevance | path

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

/external/chromium/net/socket/
Dtcp_client_socket.cc15 bool is_tcp_fastopen_enabled() { in is_tcp_fastopen_enabled() function
Dtcp_client_socket.h31 bool is_tcp_fastopen_enabled();
Dtcp_client_socket_libevent.cc133 if (is_tcp_fastopen_enabled()) in TCPClientSocketLibevent()