Searched refs:V_tcp_fastopen_client_enable (Results 1 – 4 of 4) sorted by relevance
42 #define V_tcp_fastopen_client_enable VNET(tcp_fastopen_client_enable)47 #define V_tcp_fastopen_client_enable 0
102 V_tcp_fastopen_client_enable = 1, enumerator
429 if (V_tcp_fastopen_client_enable) { in tcp_fastopen_init()886 new = V_tcp_fastopen_client_enable;889 if (V_tcp_fastopen_client_enable && !new) {898 V_tcp_fastopen_client_enable = 0;899 } else if (!V_tcp_fastopen_client_enable && new) {912 V_tcp_fastopen_client_enable = 1;
2863 if (!V_tcp_fastopen_client_enable && in tcp_dooptions()