Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netgraph/
HDng_ppp.c225 struct callout fragTimer; /* fraq queue check */ member
505 ng_callout_init(&priv->fragTimer); in ng_ppp_constructor()
2630 if (!(callout_pending(&priv->fragTimer))) in ng_ppp_start_frag_timer()
2631 ng_callout(&priv->fragTimer, node, NULL, MP_FRAGTIMER_INTERVAL, in ng_ppp_start_frag_timer()
2643 if (callout_pending(&priv->fragTimer)) in ng_ppp_stop_frag_timer()
2644 ng_uncallout(&priv->fragTimer, node); in ng_ppp_stop_frag_timer()