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

Function _ng_hook_not_valid

freebsd/netgraph/netgraph.h:249–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249static __inline int
250_ng_hook_not_valid(hook_p hook, char * file, int line)
251{
252 _chkhook(hook, file, line);
253 return (_NG_HOOK_NOT_VALID(hook));
254}
255
256static __inline int
257_ng_hook_is_valid(hook_p hook, char * file, int line)

Callers

nothing calls this directly

Calls 1

_chkhookFunction · 0.70

Tested by

no test coverage detected