Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_fastopen.c370 #define V_tcp_fastopen_autokey_ctx VNET(tcp_fastopen_autokey_ctx) macro
393 callout_init_rm(&V_tcp_fastopen_autokey_ctx.c, in tcp_fastopen_init()
395 V_tcp_fastopen_autokey_ctx.v = curvnet; in tcp_fastopen_init()
465 callout_drain(&V_tcp_fastopen_autokey_ctx.c); in tcp_fastopen_destroy()
678 callout_stop(&V_tcp_fastopen_autokey_ctx.c); in sysctl_net_inet_tcp_fastopen_autokey()
680 callout_reset(&V_tcp_fastopen_autokey_ctx.c, in sysctl_net_inet_tcp_fastopen_autokey()
682 &V_tcp_fastopen_autokey_ctx); in sysctl_net_inet_tcp_fastopen_autokey()
733 callout_stop(&V_tcp_fastopen_autokey_ctx.c); in sysctl_net_inet_tcp_fastopen_server_enable()
745 callout_reset(&V_tcp_fastopen_autokey_ctx.c, in sysctl_net_inet_tcp_fastopen_server_enable()
748 &V_tcp_fastopen_autokey_ctx); in sysctl_net_inet_tcp_fastopen_server_enable()