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

  /src/sys/netinet/
ip_flow.c 435 struct ipflow *maybe_ipf = TAILQ_LAST(&ipflowlist, ipflowhead); local in function:ipflow_reap
452 if (ipf->ipf_timer < maybe_ipf->ipf_timer
453 || ((ipf->ipf_timer == maybe_ipf->ipf_timer)
455 < maybe_ipf->ipf_last_uses + maybe_ipf->ipf_uses)))
456 maybe_ipf = ipf;
458 ipf = maybe_ipf;
ip_flow.c 435 struct ipflow *maybe_ipf = TAILQ_LAST(&ipflowlist, ipflowhead); local in function:ipflow_reap
452 if (ipf->ipf_timer < maybe_ipf->ipf_timer
453 || ((ipf->ipf_timer == maybe_ipf->ipf_timer)
455 < maybe_ipf->ipf_last_uses + maybe_ipf->ipf_uses)))
456 maybe_ipf = ipf;
458 ipf = maybe_ipf;

Completed in 43 milliseconds