Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_log.c125 int ipl_logsize; member
146 { { (void *)offsetof(ipf_log_softc_t, ipl_logsize) },
148 stsizeof(ipf_log_softc_t, ipl_logsize),
209 softl->ipl_logsize = IPFILTER_LOGSIZE; in ipf_log_soft_create()
530 if ((softl->ipl_used[unit] + len) > softl->ipl_logsize) { in ipf_log_items()
661 if (uio->uio_resid > softl->ipl_logsize) { in ipf_log_read()