Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
437
void
438
gre_hashdestroy(struct gre_list *hash)
439
{
440
441
free(hash, M_GRE);
442
}
443
444
void
445
gre_sofree(epoch_context_t ctx)
Callers
2
in_gre_uninit
Function · 0.85
in6_gre_uninit
Function · 0.85
Calls
1
free
Function · 0.50
Tested by
no test coverage detected