HomeSort by: relevance | last modified time | path
    Searched refs:SYNCLOG_SZ (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_sync.h 83 * NOTE: SYNCLOG_SZ is defined *low*. It should be the next power of two
90 #define SYNCLOG_SZ 256
ip_sync.c 171 softs->ipf_sync_log_sz = SYNCLOG_SZ;
174 softs->ipf_sync_event_high_wm = SYNCLOG_SZ * 100 / 90; /* 90% */
175 softs->ipf_sync_queue_high_wm = SYNCLOG_SZ * 100 / 90; /* 90% */

Completed in 12 milliseconds