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

Function _ng_hook_unref

freebsd/netgraph/netgraph.h:214–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214static __inline void
215_ng_hook_unref(hook_p hook, char * file, int line)
216{
217 _chkhook(hook, file, line);
218 _NG_HOOK_UNREF(hook);
219}
220
221static __inline void
222_ng_hook_set_private(hook_p hook, void *val, char * file, int line)

Callers

nothing calls this directly

Calls 1

_chkhookFunction · 0.70

Tested by

no test coverage detected