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

Function _ng_hook_set_rcvdata

freebsd/netgraph/netgraph.h:235–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235static __inline void
236_ng_hook_set_rcvdata(hook_p hook, ng_rcvdata_t *val, char * file, int line)
237{
238 _chkhook(hook, file, line);
239 _NG_HOOK_SET_RCVDATA(hook, val);
240}
241
242static __inline void *
243_ng_hook_private(hook_p hook, char * file, int line)

Callers

nothing calls this directly

Calls 1

_chkhookFunction · 0.70

Tested by

no test coverage detected