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

/freebsd-10-stable/sys/netinet/
H A Dtcp_fastopen.h37 #define V_tcp_fastopen_enabled VNET(tcp_fastopen_enabled) macro
H A Dtcp_fastopen.c370 if (V_tcp_fastopen_enabled) {
391 new = V_tcp_fastopen_enabled;
394 if (V_tcp_fastopen_enabled && !new) {
401 V_tcp_fastopen_enabled = 0;
403 } else if (!V_tcp_fastopen_enabled && new) {
414 V_tcp_fastopen_enabled = 1;
H A Dtcp_syncache.c1169 * cookie is processed, V_tcp_fastopen_enabled set to true, and the
1227 if (V_tcp_fastopen_enabled && (tp->t_flags & TF_FASTOPEN) &&
H A Dtcp_usrreq.c1624 if (!V_tcp_fastopen_enabled)
H A Dtcp_input.c3419 if (!V_tcp_fastopen_enabled)

Completed in 183 milliseconds