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

/freebsd-11.0-release/sys/netinet/
H A Dtcp_fastopen.c199 #define V_tcp_fastopen_autokey_ctx VNET(tcp_fastopen_autokey_ctx) macro
210 callout_init_rm(&V_tcp_fastopen_autokey_ctx.c,
218 callout_drain(&V_tcp_fastopen_autokey_ctx.c);
373 callout_stop(&V_tcp_fastopen_autokey_ctx.c);
375 callout_reset(&V_tcp_fastopen_autokey_ctx.c,
377 &V_tcp_fastopen_autokey_ctx);
401 callout_stop(&V_tcp_fastopen_autokey_ctx.c);
410 callout_reset(&V_tcp_fastopen_autokey_ctx.c,
413 &V_tcp_fastopen_autokey_ctx);

Completed in 113 milliseconds