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

Function _ng_node_ref

freebsd/netgraph/netgraph.h:488–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486}
487
488static __inline void
489_ng_node_ref(node_p node, char *file, int line)
490{
491 _chknode(node, file, line);
492 _NG_NODE_REF(node);
493}
494
495static __inline void
496_ng_node_unref(node_p node, char *file, int line)

Callers

nothing calls this directly

Calls 1

_chknodeFunction · 0.70

Tested by

no test coverage detected