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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_flow.h80 int ipf_timer; /* remaining lifetime of this entry */ member in struct:ipflow
H A Dip_flow.c196 ipf->ipf_timer = IPFLOW_TIMER;
266 || ipf->ipf_timer < maybe_ipf->ipf_timer
267 || (ipf->ipf_timer == maybe_ipf->ipf_timer
298 if (--ipf->ipf_timer == 0) {
364 ipf->ipf_timer = IPFLOW_TIMER;

Completed in 78 milliseconds