Searched refs:IPFILTER_LOGSIZE (Results 1 – 3 of 3) sorted by relevance
1002 #ifndef IPFILTER_LOGSIZE1003 # define IPFILTER_LOGSIZE DEFAULT_IPFLOGSIZE macro1005 # if IPFILTER_LOGSIZE < 81921006 # error IPFILTER_LOGSIZE too small. Must be >= 8192
209 softl->ipl_logsize = IPFILTER_LOGSIZE; in ipf_log_soft_create()
451 if (bufsize > IPFILTER_LOGSIZE) in read_log()452 bufsize = IPFILTER_LOGSIZE; in read_log()