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

Function _ngi_m

freebsd/netgraph/netgraph.h:731–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

729}
730
731static __inline struct mbuf **
732_ngi_m(item_p item, char *file, int line)
733{
734 _ngi_check(item, file, line);
735 return (&_NGI_M(item));
736}
737
738static __inline struct ng_mesg **
739_ngi_msg(item_p item, char *file, int line)

Callers

nothing calls this directly

Calls 1

_ngi_checkFunction · 0.70

Tested by

no test coverage detected