Home
last modified time | relevance | path

Searched refs:V_tcp_fastopen_enabled (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/netinet/
HDtcp_fastopen.c370 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()
HDtcp_fastopen.h37 #define V_tcp_fastopen_enabled VNET(tcp_fastopen_enabled) macro
HDtcp_syncache.c1194 if (V_tcp_fastopen_enabled && (tp->t_flags & TF_FASTOPEN) && in syncache_add()
HDtcp_usrreq.c1702 if (!V_tcp_fastopen_enabled) in tcp_default_ctloutput()
HDtcp_input.c3376 if (!V_tcp_fastopen_enabled) in tcp_dooptions()