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

Function _ng_node_private

freebsd/netgraph/netgraph.h:509–514  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509static __inline void *
510_ng_node_private(node_p node, char *file, int line)
511{
512 _chknode(node, file, line);
513 return (_NG_NODE_PRIVATE(node));
514}
515
516static __inline int
517_ng_node_is_valid(node_p node, char *file, int line)

Callers

nothing calls this directly

Calls 1

_chknodeFunction · 0.70

Tested by

no test coverage detected