Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hostcache.c119 #define V_tcp_hc_callout VNET(tcp_hc_callout) macro
254 callout_init(&V_tcp_hc_callout, 1); in tcp_hc_init()
255 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in tcp_hc_init()
265 callout_drain(&V_tcp_hc_callout); in tcp_hc_destroy()
729 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in tcp_hc_purge()
749 callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz, in sysctl_tcp_hc_purgenow()