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

Function _ngi_msg

freebsd/netgraph/netgraph.h:738–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

736}
737
738static __inline struct ng_mesg **
739_ngi_msg(item_p item, char *file, int line)
740{
741 _ngi_check(item, file, line);
742 return (&_NGI_MSG(item));
743}
744
745static __inline ng_ID_t *
746_ngi_retaddr(item_p item, char *file, int line)

Callers

nothing calls this directly

Calls 1

_ngi_checkFunction · 0.70

Tested by

no test coverage detected