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

Function _ng_hook_force_writer

freebsd/netgraph/netgraph.h:277–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277static __inline void
278_ng_hook_force_writer(hook_p hook, char * file, int line)
279{
280 _chkhook(hook, file, line);
281 _NG_HOOK_FORCE_WRITER(hook);
282}
283
284static __inline void
285_ng_hook_force_queue(hook_p hook, char * file, int line)

Callers

nothing calls this directly

Calls 1

_chkhookFunction · 0.70

Tested by

no test coverage detected