Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ppp.c227 struct callout fragTimer; /* fraq queue check */ member
507 ng_callout_init(&priv->fragTimer); in ng_ppp_constructor()
2631 if (!(callout_pending(&priv->fragTimer))) in ng_ppp_start_frag_timer()
2632 ng_callout(&priv->fragTimer, node, NULL, MP_FRAGTIMER_INTERVAL, in ng_ppp_start_frag_timer()
2644 if (callout_pending(&priv->fragTimer)) in ng_ppp_stop_frag_timer()
2645 ng_uncallout(&priv->fragTimer, node); in ng_ppp_stop_frag_timer()