HomeSort by: relevance | last modified time | path
    Searched refs:ipf_selwait (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_fil_netbsd.c 484 selinit(&ipfmain.ipf_selwait[i]);
486 bzero((char *)ipfmain.ipf_selwait, sizeof(ipfmain.ipf_selwait));
642 seldestroy(&ipfmain.ipf_selwait[i]);
2172 selrecord(p, &ipfmain.ipf_selwait[unit]);
ip_compat.h 262 # define POLLWAKEUP(x) selnotify(softc->ipf_selwait+x, 0, 0)
592 # define POLLWAKEUP(x) selwakeup(softc->ipf_selwait+x)
ip_fil.h 1694 struct poll_table_struct ipf_selwait[IPL_LOGSIZE]; member in struct:ipf_main_softc_s
1697 struct selinfo ipf_selwait[IPL_LOGSIZE]; member in struct:ipf_main_softc_s

Completed in 17 milliseconds