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

Function _ng_node_force_writer

freebsd/netgraph/netgraph.h:537–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535}
536
537static __inline void
538_ng_node_force_writer(node_p node, char *file, int line)
539{
540 _chknode(node, file, line);
541 _NG_NODE_FORCE_WRITER(node);
542}
543
544static __inline void
545_ng_node_hi_stack(node_p node, char *file, int line)

Callers

nothing calls this directly

Calls 1

_chknodeFunction · 0.70

Tested by

no test coverage detected