Searched refs:_ng_hook_unref (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netgraph/ |
| H A D | netgraph.h | 170 static __inline void _ng_hook_unref(hook_p hook, char * file, int line); 215 _ng_hook_unref(hook_p hook, char * file, int line) in _ng_hook_unref() function 307 #define NG_HOOK_UNREF(hook) _ng_hook_unref(hook, _NN_)
|
| /f-stack/tools/compat/include/netgraph/ |
| H A D | netgraph.h | 171 static __inline void _ng_hook_unref(hook_p hook, char * file, int line); 216 _ng_hook_unref(hook_p hook, char * file, int line) in _ng_hook_unref() function 309 #define NG_HOOK_UNREF(hook) _ng_hook_unref(hook, _NN_)
|