Searched refs:V_tcp_fastopen_psk_enable (Results 1 – 1 of 1) sorted by relevance
326 #define V_tcp_fastopen_psk_enable VNET(tcp_fastopen_psk_enable) macro581 if (V_tcp_fastopen_psk_enable) { in tcp_fastopen_find_cookie_match_locked()697 new = V_tcp_fastopen_psk_enable; in sysctl_net_inet_tcp_fastopen_psk_enable()700 if (V_tcp_fastopen_psk_enable && !new) { in sysctl_net_inet_tcp_fastopen_psk_enable()706 V_tcp_fastopen_psk_enable = 0; in sysctl_net_inet_tcp_fastopen_psk_enable()708 } else if (!V_tcp_fastopen_psk_enable && new) { in sysctl_net_inet_tcp_fastopen_psk_enable()711 V_tcp_fastopen_psk_enable = 1; in sysctl_net_inet_tcp_fastopen_psk_enable()