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

Function _ng_node_hi_stack

freebsd/netgraph/netgraph.h:544–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542}
543
544static __inline void
545_ng_node_hi_stack(node_p node, char *file, int line)
546{
547 _chknode(node, file, line);
548 _NG_NODE_HI_STACK(node);
549}
550
551static __inline void
552_ng_node_really_die(node_p node, char *file, int line)

Callers

nothing calls this directly

Calls 1

_chknodeFunction · 0.70

Tested by

no test coverage detected