Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_ppp.c225 struct callout fragTimer; /* fraq queue check */ member
505 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()