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

/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_sync.h81 * NOTE: SYNCLOG_SZ is defined *low*. It should be the next power of two
88 #define SYNCLOG_SZ 256 macro
H A Dip_sync.c168 softs->ipf_sync_log_sz = SYNCLOG_SZ;
171 softs->ipf_sync_event_high_wm = SYNCLOG_SZ * 100 / 90; /* 90% */
172 softs->ipf_sync_queue_high_wm = SYNCLOG_SZ * 100 / 90; /* 90% */

Completed in 159 milliseconds