Home
last modified time | relevance | path

Searched refs:V_tcp_fastopen_client_enable (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/sys/netinet/
H A Dtcp_fastopen.h38 #define V_tcp_fastopen_client_enable VNET(tcp_fastopen_client_enable) macro
43 #define V_tcp_fastopen_client_enable 0 macro
H A Dtcp_fastopen.c421 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()
H A Dtcp_usrreq.c2365 if (!V_tcp_fastopen_client_enable && in tcp_default_ctloutput()
H A Dtcp_input.c3646 if (!V_tcp_fastopen_client_enable && in tcp_xmit_timer()