prune
goto prune;
goto prune;
prune:
int prune;
SYSCTL_INT(_net_inet_tcp_hostcache, OID_AUTO, prune, CTLFLAG_VNET | CTLFLAG_RW,
&VNET_NAME(tcp_hostcache.prune), 0,
V_tcp_hostcache.prune = TCP_HOSTCACHE_PRUNE;
callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz,
V_tcp_hostcache.prune);
callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz,
callout_reset(&V_tcp_hc_callout, V_tcp_hostcache.prune * hz,
static void prune(void);
prune();