Searched refs:iplh (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sys/contrib/ipfilter/netinet/
H A Dip_log.c150 iplog_t **iplh[IPL_LOGSIZE]; member in struct:ipf_log_softc_s
269 softl->iplh[i] = &softl->iplt[i];
320 WAKEUP(softl->iplh, i);
650 *softl->iplh[unit] = ipl;
651 softl->iplh[unit] = &ipl->ipl_next;
664 WAKEUP(softl->iplh, unit);
756 l = get_sleep_lock(&softl->iplh[unit]);
757 error = sleep(&softl->iplh[unit], PZERO+1);
761 error = mpsleep(&softl->iplh[unit], PSUSP|PCATCH, "ipfread", 0,
766 error = SLEEP(unit + softl->iplh, "ip
[all...]

Completed in 54 milliseconds