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

Function _ngi_node

freebsd/netgraph/netgraph.h:780–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

778}
779
780static __inline node_p
781_ngi_node(item_p item, char *file, int line)
782{
783 _ngi_check(item, file, line);
784 return (_NGI_NODE(item));
785}
786
787static __inline hook_p
788_ngi_hook(item_p item, char *file, int line)

Callers

nothing calls this directly

Calls 1

_ngi_checkFunction · 0.70

Tested by

no test coverage detected