Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c267 #define V_tcp_fastopen_autokey VNET(tcp_fastopen_autokey) macro
531 callout_reset(&ctx->c, V_tcp_fastopen_autokey * hz, in tcp_fastopen_autokey_callout()
669 new = V_tcp_fastopen_autokey; in sysctl_net_inet_tcp_fastopen_autokey()
677 if (V_tcp_fastopen_autokey && !new) in sysctl_net_inet_tcp_fastopen_autokey()
684 V_tcp_fastopen_autokey = new; in sysctl_net_inet_tcp_fastopen_autokey()
732 if (V_tcp_fastopen_autokey) in sysctl_net_inet_tcp_fastopen_server_enable()
742 if (V_tcp_fastopen_autokey && in sysctl_net_inet_tcp_fastopen_server_enable()
746 V_tcp_fastopen_autokey * hz, in sysctl_net_inet_tcp_fastopen_server_enable()