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

Function _ngi_fn2

freebsd/netgraph/netgraph.h:759–764  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

757}
758
759static __inline ng_item_fn2 **
760_ngi_fn2(item_p item, char *file, int line)
761{
762 _ngi_check(item, file, line);
763 return (&_NGI_FN2(item));
764}
765
766static __inline void **
767_ngi_arg1(item_p item, char *file, int line)

Callers

nothing calls this directly

Calls 1

_ngi_checkFunction · 0.70

Tested by

no test coverage detected