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

Function _ng_node_numhooks

freebsd/netgraph/netgraph.h:530–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

528}
529
530static __inline int
531_ng_node_numhooks(node_p node, char *file, int line)
532{
533 _chknode(node, file, line);
534 return(_NG_NODE_NUMHOOKS(node));
535}
536
537static __inline void
538_ng_node_force_writer(node_p node, char *file, int line)

Callers

nothing calls this directly

Calls 1

_chknodeFunction · 0.70

Tested by

no test coverage detected