stats_init
void stats_init(struct tftp_stats *ts);
uint8_t stats_init;
if (!sc->stats_init && sc->port.pmf && sc->port.port_stx) {
if (sc->stats_init) {
if (sc->stats_init) {
sc->stats_init = FALSE;
SYSINIT(stats, SI_SUB_KDTRACE, SI_ORDER_FIRST, stats_init, NULL);
stats_init(&tftp_stats);
stats_init(&tftp_stats);