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

Function _ng_hook_set_private

freebsd/netgraph/netgraph.h:221–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221static __inline void
222_ng_hook_set_private(hook_p hook, void *val, char * file, int line)
223{
224 _chkhook(hook, file, line);
225 _NG_HOOK_SET_PRIVATE(hook, val);
226}
227
228static __inline void
229_ng_hook_set_rcvmsg(hook_p hook, ng_rcvmsg_t *val, char * file, int line)

Callers

nothing calls this directly

Calls 1

_chkhookFunction · 0.70

Tested by

no test coverage detected