Searched refs:V_tcp_fastopen_enabled (Results 1 – 5 of 5) sorted by relevance
370 if (V_tcp_fastopen_enabled) { in sysctl_net_inet_tcp_fastopen_autokey()391 new = V_tcp_fastopen_enabled; in sysctl_net_inet_tcp_fastopen_enabled()394 if (V_tcp_fastopen_enabled && !new) { in sysctl_net_inet_tcp_fastopen_enabled()401 V_tcp_fastopen_enabled = 0; in sysctl_net_inet_tcp_fastopen_enabled()403 } else if (!V_tcp_fastopen_enabled && new) { in sysctl_net_inet_tcp_fastopen_enabled()414 V_tcp_fastopen_enabled = 1; in sysctl_net_inet_tcp_fastopen_enabled()
37 #define V_tcp_fastopen_enabled VNET(tcp_fastopen_enabled) macro
1194 if (V_tcp_fastopen_enabled && (tp->t_flags & TF_FASTOPEN) && in syncache_add()
1702 if (!V_tcp_fastopen_enabled) in tcp_default_ctloutput()
3376 if (!V_tcp_fastopen_enabled) in tcp_dooptions()