Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dpfil.c95 int head_nhooksin; member
262 head->head_nhooksin = head->head_nhooksout = 0; in pfil_head_register()
345 head->head_nhooksin--; in pfil_unlink()
442 head->head_nhooksin++; in pfil_link()
491 head->head_nhooksin--; 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()
624 iohead[hd].pio_nhooksin = head->head_nhooksin; in pfilioc_listheads()
H A Dpfil.h189 int head_nhooksin; member
192 #define PFIL_HOOKED_IN(p) (((struct _pfil_head *)(p))->head_nhooksin > 0)