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

/freebsd-13-stable/sys/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.c422 if (V_tcp_fastopen_client_enable) {
835 new = V_tcp_fastopen_client_enable;
838 if (V_tcp_fastopen_client_enable && !new) {
847 V_tcp_fastopen_client_enable = 0;
848 } else if (!V_tcp_fastopen_client_enable && new) {
861 V_tcp_fastopen_client_enable = 1;
H A Dtcp_usrreq.c2270 if (!V_tcp_fastopen_client_enable &&
H A Dtcp_input.c3532 if (!V_tcp_fastopen_client_enable &&

Completed in 101 milliseconds