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

  /src/sys/netinet6/
ip6_flow.c 456 struct ip6flow *maybe_ip6f = TAILQ_LAST(&ip6flowlist, ip6flowhead); local in function:ip6flow_reap_locked
472 if (ip6f->ip6f_timer < maybe_ip6f->ip6f_timer
473 || ((ip6f->ip6f_timer == maybe_ip6f->ip6f_timer)
475 < maybe_ip6f->ip6f_last_uses + maybe_ip6f->ip6f_uses)))
476 maybe_ip6f = ip6f;
478 ip6f = maybe_ip6f;
ip6_flow.c 456 struct ip6flow *maybe_ip6f = TAILQ_LAST(&ip6flowlist, ip6flowhead); local in function:ip6flow_reap_locked
472 if (ip6f->ip6f_timer < maybe_ip6f->ip6f_timer
473 || ((ip6f->ip6f_timer == maybe_ip6f->ip6f_timer)
475 < maybe_ip6f->ip6f_last_uses + maybe_ip6f->ip6f_uses)))
476 maybe_ip6f = ip6f;
478 ip6f = maybe_ip6f;
ip6_flow.c 456 struct ip6flow *maybe_ip6f = TAILQ_LAST(&ip6flowlist, ip6flowhead); local in function:ip6flow_reap_locked
472 if (ip6f->ip6f_timer < maybe_ip6f->ip6f_timer
473 || ((ip6f->ip6f_timer == maybe_ip6f->ip6f_timer)
475 < maybe_ip6f->ip6f_last_uses + maybe_ip6f->ip6f_uses)))
476 maybe_ip6f = ip6f;
478 ip6f = maybe_ip6f;

Completed in 38 milliseconds