Searched refs:head_nhooksout (Results 1 – 2 of 2) sorted by relevance
95 int head_nhooksout; member214 head->head_nhooksin = head->head_nhooksout = 0; in pfil_head_register()303 head->head_nhooksout--; in pfil_unlink()403 head->head_nhooksout++; in pfil_link()445 head->head_nhooksout--; in pfil_remove_hook()549 nhooks += head->head_nhooksin + head->head_nhooksout; in pfilioc_listheads()566 hk + head->head_nhooksin + head->head_nhooksout > nhooks) { in pfilioc_listheads()575 iohead[hd].pio_nhooksout = head->head_nhooksout; in pfilioc_listheads()
203 int head_nhooksout; member206 #define PFIL_HOOKED_OUT(p) (((struct _pfil_head *)(p))->head_nhooksout > 0)