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

/freebsd-10.0-release/sys/netgraph/
H A Dng_fec.c185 struct callout_handle fec_ch; /* callout handle for ticker */ member in struct:ng_fec_private
642 priv->fec_ch = timeout(ng_fec_tick, priv, hz);
664 untimeout(ng_fec_tick, priv, priv->fec_ch);
717 priv->fec_ch = timeout(ng_fec_tick, priv, hz);
1242 callout_handle_init(&priv->fec_ch);

Completed in 118 milliseconds