Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dpfil.c96 int head_nhooksout; member
262 head->head_nhooksin = head->head_nhooksout = 0; in pfil_head_register()
353 head->head_nhooksout--; in pfil_unlink()
455 head->head_nhooksout++; in pfil_link()
497 head->head_nhooksout--; in pfil_remove_hook()
599 nhooks += head->head_nhooksin + head->head_nhooksout; in pfilioc_listheads()
616 hk + head->head_nhooksin + head->head_nhooksout > nhooks) { in pfilioc_listheads()
625 iohead[hd].pio_nhooksout = head->head_nhooksout; in pfilioc_listheads()
H A Dpfil.h190 int head_nhooksout; member
193 #define PFIL_HOOKED_OUT(p) (((struct _pfil_head *)(p))->head_nhooksout > 0)