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

Function _ngi_hook

freebsd/netgraph/netgraph.h:787–792  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

785}
786
787static __inline hook_p
788_ngi_hook(item_p item, char *file, int line)
789{
790 _ngi_check(item, file, line);
791 return (_NGI_HOOK(item));
792}
793
794#define NGI_M(i) (*_ngi_m(i, _NN_))
795#define NGI_MSG(i) (*_ngi_msg(i, _NN_))

Callers

nothing calls this directly

Calls 1

_ngi_checkFunction · 0.70

Tested by

no test coverage detected