Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h903 #ifndef IPFILTER_LOGSIZE
904 # define IPFILTER_LOGSIZE DEFAULT_IPFLOGSIZE macro
906 # if IPFILTER_LOGSIZE < DEFAULT_IPFLOGSIZE
907 # error IPFILTER_LOGSIZE too small. Must be >= DEFAULT_IPFLOGSIZE
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_log.c476 if ((ifs->ifs_iplused[dev] + len) > IPFILTER_LOGSIZE) {
H A Dfil.c6427 ifs->ifs_ipl_logsize = IPFILTER_LOGSIZE; in ipftuneable_setdefs()