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

Function _ng_hook_node

freebsd/netgraph/netgraph.h:263–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261}
262
263static __inline node_p
264_ng_hook_node(hook_p hook, char * file, int line)
265{
266 _chkhook(hook, file, line);
267 return (_NG_HOOK_NODE(hook));
268}
269
270static __inline hook_p
271_ng_hook_peer(hook_p hook, char * file, int line)

Callers

nothing calls this directly

Calls 1

_chkhookFunction · 0.70

Tested by

no test coverage detected