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

Function gre_hashdestroy

freebsd/net/if_gre.c:437–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437void
438gre_hashdestroy(struct gre_list *hash)
439{
440
441 free(hash, M_GRE);
442}
443
444void
445gre_sofree(epoch_context_t ctx)

Callers 2

in_gre_uninitFunction · 0.85
in6_gre_uninitFunction · 0.85

Calls 1

freeFunction · 0.50

Tested by

no test coverage detected