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

Function Pred1Init

freebsd/netgraph/ng_pred1.c:570–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568 */
569
570static void
571Pred1Init(node_p node)
572{
573 const priv_p priv = NG_NODE_PRIVATE(node);
574
575 priv->Hash = 0;
576 memset(priv->GuessTable, 0, PRED1_TABLE_SIZE);
577}
578
579/*
580 * Pred1Compress()

Callers 2

ng_pred1_rcvmsgFunction · 0.85
ng_pred1_disconnectFunction · 0.85

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected