Searched refs:V_tcp_fastopen_client_enable (Results 1 – 4 of 4) sorted by relevance
38 #define V_tcp_fastopen_client_enable VNET(tcp_fastopen_client_enable) macro43 #define V_tcp_fastopen_client_enable 0 macro
421 if (V_tcp_fastopen_client_enable) { in tcp_fastopen_init()834 new = V_tcp_fastopen_client_enable; in sysctl_net_inet_tcp_fastopen_client_enable()837 if (V_tcp_fastopen_client_enable && !new) { in sysctl_net_inet_tcp_fastopen_client_enable()846 V_tcp_fastopen_client_enable = 0; in sysctl_net_inet_tcp_fastopen_client_enable()847 } else if (!V_tcp_fastopen_client_enable && new) { in sysctl_net_inet_tcp_fastopen_client_enable()860 V_tcp_fastopen_client_enable = 1; in sysctl_net_inet_tcp_fastopen_client_enable()
2365 if (!V_tcp_fastopen_client_enable && in tcp_default_ctloutput()
3646 if (!V_tcp_fastopen_client_enable && in tcp_xmit_timer()