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

Function ng_rmhook_part2

freebsd/netgraph/ng_base.c:1619–1624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1617}
1618
1619static void
1620ng_rmhook_part2(node_p node, hook_p hook, void *arg1, int arg2)
1621{
1622 ng_destroy_hook(hook);
1623 return ;
1624}
1625
1626int
1627ng_rmhook_self(hook_p hook)

Callers

nothing calls this directly

Calls 1

ng_destroy_hookFunction · 0.70

Tested by

no test coverage detected