Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_fastopen.c368 #define V_tcp_fastopen_autokey_ctx VNET(tcp_fastopen_autokey_ctx) macro
390 callout_init_rm(&V_tcp_fastopen_autokey_ctx.c, in tcp_fastopen_init()
392 V_tcp_fastopen_autokey_ctx.v = curvnet; in tcp_fastopen_init()
462 callout_drain(&V_tcp_fastopen_autokey_ctx.c); in tcp_fastopen_destroy()
675 callout_stop(&V_tcp_fastopen_autokey_ctx.c); in sysctl_net_inet_tcp_fastopen_autokey()
677 callout_reset(&V_tcp_fastopen_autokey_ctx.c, in sysctl_net_inet_tcp_fastopen_autokey()
679 &V_tcp_fastopen_autokey_ctx); in sysctl_net_inet_tcp_fastopen_autokey()
730 callout_stop(&V_tcp_fastopen_autokey_ctx.c); in sysctl_net_inet_tcp_fastopen_server_enable()
742 callout_reset(&V_tcp_fastopen_autokey_ctx.c, in sysctl_net_inet_tcp_fastopen_server_enable()
745 &V_tcp_fastopen_autokey_ctx); in sysctl_net_inet_tcp_fastopen_server_enable()