Home
last modified time | relevance | path

Searched refs:ipf_poll_head (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_log.c273 pollwakeup(&softc->ipf_poll_head[i], POLLRDNORM); in ipf_log_soft_fini()
608 pollwakeup(&softc->ipf_poll_head[unit], POLLRDNORM); in ipf_log_items()
H A Dip_auth.c514 pollwakeup(&softc->ipf_poll_head[IPL_LOGAUTH], POLLIN|POLLRDNORM); in ipf_auth_new()
H A Dip_sync.c1405 pollwakeup(&softc->ipf_poll_head[IPL_LOGSYNC], POLLIN|POLLRDNORM); in ipf_sync_poll_wakeup()
H A Dip_fil.h1585 struct pollhead ipf_poll_head[IPL_LOGSIZE]; member