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

Function _ngi_retaddr

freebsd/netgraph/netgraph.h:745–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

743}
744
745static __inline ng_ID_t *
746_ngi_retaddr(item_p item, char *file, int line)
747{
748 _ngi_check(item, file, line);
749 return (&_NGI_RETADDR(item));
750}
751
752static __inline ng_item_fn **
753_ngi_fn(item_p item, char *file, int line)

Callers

nothing calls this directly

Calls 1

_ngi_checkFunction · 0.70

Tested by

no test coverage detected