Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dpfil.c94 int head_nhooksin; member
214 head->head_nhooksin = head->head_nhooksout = 0; in pfil_head_register()
295 head->head_nhooksin--; in pfil_unlink()
391 head->head_nhooksin++; in pfil_link()
439 head->head_nhooksin--; 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()
574 iohead[hd].pio_nhooksin = head->head_nhooksin; in pfilioc_listheads()
H A Dpfil.h202 int head_nhooksin; member
205 #define PFIL_HOOKED_IN(p) (((struct _pfil_head *)(p))->head_nhooksin > 0)