MCPcopy Index your code
hub / github.com/F-Stack/f-stack / vnet_netgraph_init

Function vnet_netgraph_init

lib/ff_ng_base.c:3157–3164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3155}
3156
3157static void
3158vnet_netgraph_init(const void *unused __unused)
3159{
3160
3161 /* We start with small hashes, but they can grow. */
3162 V_ng_ID_hash = hashinit(16, M_NETGRAPH_NODE, &V_ng_ID_hmask);
3163 V_ng_name_hash = hashinit(16, M_NETGRAPH_NODE, &V_ng_name_hmask);
3164}
3165VNET_SYSINIT(vnet_netgraph_init, SI_SUB_NETGRAPH, SI_ORDER_FIRST,
3166 vnet_netgraph_init, NULL);
3167

Callers

nothing calls this directly

Calls 1

hashinitFunction · 0.70

Tested by

no test coverage detected