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

Function _ng_node_not_valid

freebsd/netgraph/netgraph.h:523–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521}
522
523static __inline int
524_ng_node_not_valid(node_p node, char *file, int line)
525{
526 _chknode(node, file, line);
527 return(_NG_NODE_NOT_VALID(node));
528}
529
530static __inline int
531_ng_node_numhooks(node_p node, char *file, int line)

Callers

nothing calls this directly

Calls 1

_chknodeFunction · 0.70

Tested by

no test coverage detected