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

Function _ng_node_id

freebsd/netgraph/netgraph.h:481–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481static __inline ng_ID_t
482_ng_node_id(node_p node, char *file, int line)
483{
484 _chknode(node, file, line);
485 return(_NG_NODE_ID(node));
486}
487
488static __inline void
489_ng_node_ref(node_p node, char *file, int line)

Callers

nothing calls this directly

Calls 1

_chknodeFunction · 0.70

Tested by

no test coverage detected