Searched refs:maybe_ipf (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_flow.c248 struct ipflow *ipf, *maybe_ipf = NULL;
265 if (maybe_ipf == NULL
266 || ipf->ipf_timer < maybe_ipf->ipf_timer
267 || (ipf->ipf_timer == maybe_ipf->ipf_timer
269 maybe_ipf->ipf_last_uses +
270 maybe_ipf->ipf_uses))
271 maybe_ipf = ipf;
275 ipf = maybe_ipf;
247 struct ipflow *ipf, *maybe_ipf = NULL; local

Completed in 21 milliseconds