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

Function _ngi_fn

freebsd/netgraph/netgraph.h:752–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

750}
751
752static __inline ng_item_fn **
753_ngi_fn(item_p item, char *file, int line)
754{
755 _ngi_check(item, file, line);
756 return (&_NGI_FN(item));
757}
758
759static __inline ng_item_fn2 **
760_ngi_fn2(item_p item, char *file, int line)

Callers

nothing calls this directly

Calls 1

_ngi_checkFunction · 0.70

Tested by

no test coverage detected