MCPcopy Index your code
hub / github.com/F-Stack/f-stack / _ngi_check

Function _ngi_check

freebsd/netgraph/netgraph.h:724–729  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

722static __inline hook_p _ngi_hook(item_p item, char *file, int line);
723
724static __inline void
725_ngi_check(item_p item, char *file, int line)
726{
727 (item)->lastline = line;
728 (item)->lastfile = file;
729}
730
731static __inline struct mbuf **
732_ngi_m(item_p item, char *file, int line)

Callers 13

_ngi_mFunction · 0.70
_ngi_msgFunction · 0.70
_ngi_retaddrFunction · 0.70
_ngi_fnFunction · 0.70
_ngi_fn2Function · 0.70
_ngi_arg1Function · 0.70
_ngi_arg2Function · 0.70
_ngi_nodeFunction · 0.70
_ngi_hookFunction · 0.70
ng_snd_itemFunction · 0.70
ng_apply_itemFunction · 0.70
ng_snd_itemFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected