MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ng_ppp_stop_frag_timer

Function ng_ppp_stop_frag_timer

freebsd/netgraph/ng_ppp.c:2639–2646  ·  view source on GitHub ↗

* Stop fragment queue timer */

Source from the content-addressed store, hash-verified

2637 * Stop fragment queue timer
2638 */
2639static void
2640ng_ppp_stop_frag_timer(node_p node)
2641{
2642 const priv_p priv = NG_NODE_PRIVATE(node);
2643
2644 if (callout_pending(&priv->fragTimer))
2645 ng_uncallout(&priv->fragTimer, node);
2646}

Callers 2

ng_ppp_shutdownFunction · 0.85
ng_ppp_updateFunction · 0.85

Calls 1

ng_uncalloutFunction · 0.70

Tested by

no test coverage detected