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

Function _ng_hook_name

freebsd/netgraph/netgraph.h:207–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207static __inline char *
208_ng_hook_name(hook_p hook, char * file, int line)
209{
210 _chkhook(hook, file, line);
211 return (_NG_HOOK_NAME(hook));
212}
213
214static __inline void
215_ng_hook_unref(hook_p hook, char * file, int line)

Callers

nothing calls this directly

Calls 1

_chkhookFunction · 0.70

Tested by

no test coverage detected