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

  /src/sys/external/bsd/ipf/netinet/
ip_sync.c 139 int ipf_sync_event_high_wm; member in struct:ipf_sync_softc_s
174 softs->ipf_sync_event_high_wm = SYNCLOG_SZ * 100 / 90; /* 90% */
1390 /* other host(s) need an update (ipf_sync_event_high_wm is the high water */
1401 (softs->ipf_sync_events > softs->ipf_sync_event_high_wm) ||
  /src/external/bsd/ipf/dist/
ip_sync.c 135 int ipf_sync_event_high_wm; member in struct:ipf_sync_softc_s
171 softs->ipf_sync_event_high_wm = SYNCLOG_SZ * 100 / 90; /* 90% */
1431 /* other host(s) need an update (ipf_sync_event_high_wm is the high water */
1443 (softs->ipf_sync_events > softs->ipf_sync_event_high_wm) ||

Completed in 23 milliseconds