Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_fastopen.h40 #define V_tcp_fastopen_client_enable VNET(tcp_fastopen_client_enable) macro
45 #define V_tcp_fastopen_client_enable 0 macro
H A Dtcp_fastopen.c423 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()
H A Dtcp_usrreq.c2366 if (!V_tcp_fastopen_client_enable && in tcp_default_ctloutput()
H A Dtcp_input.c3504 if (!V_tcp_fastopen_client_enable && in tcp_dooptions()