Searched refs:fragTimer (Results 1 – 1 of 1) sorted by relevance
225 struct callout fragTimer; /* fraq queue check */ member505 ng_callout_init(&priv->fragTimer); in ng_ppp_constructor()2627 if (!(callout_pending(&priv->fragTimer))) in ng_ppp_start_frag_timer()2628 ng_callout(&priv->fragTimer, node, NULL, MP_FRAGTIMER_INTERVAL, in ng_ppp_start_frag_timer()2640 if (callout_pending(&priv->fragTimer)) in ng_ppp_stop_frag_timer()2641 ng_uncallout(&priv->fragTimer, node); in ng_ppp_stop_frag_timer()