Home
last modified time | relevance | path

Searched refs:_ng_hook_unref (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/netgraph7/
H A Dnetgraph.h168 static __inline void _ng_hook_unref(hook_p hook, char * file, int line);
210 _ng_hook_unref(hook_p hook, char * file, int line) in _ng_hook_unref() function
296 #define NG_HOOK_UNREF(hook) _ng_hook_unref(hook, _NN_)