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

Function _ng_node_is_valid

freebsd/netgraph/netgraph.h:516–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516static __inline int
517_ng_node_is_valid(node_p node, char *file, int line)
518{
519 _chknode(node, file, line);
520 return(_NG_NODE_IS_VALID(node));
521}
522
523static __inline int
524_ng_node_not_valid(node_p node, char *file, int line)

Callers

nothing calls this directly

Calls 1

_chknodeFunction · 0.70

Tested by

no test coverage detected