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

Function _ng_hook_private

freebsd/netgraph/netgraph.h:242–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242static __inline void *
243_ng_hook_private(hook_p hook, char * file, int line)
244{
245 _chkhook(hook, file, line);
246 return (_NG_HOOK_PRIVATE(hook));
247}
248
249static __inline int
250_ng_hook_not_valid(hook_p hook, char * file, int line)

Callers

nothing calls this directly

Calls 1

_chkhookFunction · 0.70

Tested by

no test coverage detected