Searched refs:_ng_node_unref (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | netgraph.h | 444 static __inline void _ng_node_unref(node_p node, char *file, int line); 496 _ng_node_unref(node_p node, char *file, int line) in _ng_node_unref() function 579 #define NG_NODE_UNREF(node) _ng_node_unref(node, _NN_)
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 446 static __inline void _ng_node_unref(node_p node, char *file, int line); 498 _ng_node_unref(node_p node, char *file, int line) in _ng_node_unref() function 581 #define NG_NODE_UNREF(node) _ng_node_unref(node, _NN_)
|