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

  /src/sys/external/bsd/ipf/netinet/
ip_sync.c 140 int ipf_sync_queue_high_wm; member in struct:ipf_sync_softc_s
175 softs->ipf_sync_queue_high_wm = SYNCLOG_SZ * 100 / 90; /* 90% */
1388 /* get too full (ipf_sync_queue_high_wm is the high water mark); */
1403 softs->ipf_sync_queue_high_wm) ||
1405 softs->ipf_sync_queue_high_wm)) {
  /src/external/bsd/ipf/dist/
ip_sync.c 136 int ipf_sync_queue_high_wm; member in struct:ipf_sync_softc_s
172 softs->ipf_sync_queue_high_wm = SYNCLOG_SZ * 100 / 90; /* 90% */
1429 /* get too full (ipf_sync_queue_high_wm is the high water mark); */
1445 softs->ipf_sync_queue_high_wm) ||
1447 softs->ipf_sync_queue_high_wm)) {

Completed in 25 milliseconds