Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netgraph/
Dnetgraph.h122 #define HK_MAGIC 0x78573011 macro
193 if (hook->hk_magic != HK_MAGIC) { in _chkhook()
Dng_base.c157 HK_MAGIC,
304 hook->hk_magic = HK_MAGIC; in ng_alloc_hook()
309 hook->hk_magic = HK_MAGIC; in ng_alloc_hook()