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

Function _ng_hook_peer

freebsd/netgraph/netgraph.h:270–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268}
269
270static __inline hook_p
271_ng_hook_peer(hook_p hook, char * file, int line)
272{
273 _chkhook(hook, file, line);
274 return (_NG_HOOK_PEER(hook));
275}
276
277static __inline void
278_ng_hook_force_writer(hook_p hook, char * file, int line)

Callers

nothing calls this directly

Calls 1

_chkhookFunction · 0.70

Tested by

no test coverage detected