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

Function _ng_node_unref

freebsd/netgraph/netgraph.h:495–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495static __inline void
496_ng_node_unref(node_p node, char *file, int line)
497{
498 _chknode(node, file, line);
499 _NG_NODE_UNREF(node);
500}
501
502static __inline void
503_ng_node_set_private(node_p node, void * val, char *file, int line)

Callers

nothing calls this directly

Calls 1

_chknodeFunction · 0.70

Tested by

no test coverage detected