Searched refs:V_tcp_fastopen_client_enable (Results 1 – 4 of 4) sorted by relevance
40 #define V_tcp_fastopen_client_enable VNET(tcp_fastopen_client_enable) macro45 #define V_tcp_fastopen_client_enable 0 macro
423 if (V_tcp_fastopen_client_enable) { in tcp_fastopen_init()837 new = V_tcp_fastopen_client_enable; in sysctl_net_inet_tcp_fastopen_client_enable()840 if (V_tcp_fastopen_client_enable && !new) { in sysctl_net_inet_tcp_fastopen_client_enable()849 V_tcp_fastopen_client_enable = 0; in sysctl_net_inet_tcp_fastopen_client_enable()850 } else if (!V_tcp_fastopen_client_enable && new) { in sysctl_net_inet_tcp_fastopen_client_enable()863 V_tcp_fastopen_client_enable = 1; in sysctl_net_inet_tcp_fastopen_client_enable()
2366 if (!V_tcp_fastopen_client_enable && in tcp_default_ctloutput()
3504 if (!V_tcp_fastopen_client_enable && in tcp_dooptions()