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

Function _ng_node_set_private

freebsd/netgraph/netgraph.h:502–507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

500}
501
502static __inline void
503_ng_node_set_private(node_p node, void * val, char *file, int line)
504{
505 _chknode(node, file, line);
506 _NG_NODE_SET_PRIVATE(node, val);
507}
508
509static __inline void *
510_ng_node_private(node_p node, char *file, int line)

Callers

nothing calls this directly

Calls 1

_chknodeFunction · 0.70

Tested by

no test coverage detected