Home
last modified time | relevance | path

Searched refs:ipf_timer (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/netinet/
H A Dip_flow.c346 PRT_SLOW_ARM(ipf->ipf_timer, IPFLOW_TIMER); in ipflow_fastforward()
452 if (ipf->ipf_timer < maybe_ipf->ipf_timer in ipflow_reap()
453 || ((ipf->ipf_timer == maybe_ipf->ipf_timer) in ipflow_reap()
489 if (PRT_SLOW_ISEXPIRED(ipf->ipf_timer) || in ipflow_slowtimo_work()
568 PRT_SLOW_ARM(ipf->ipf_timer, IPFLOW_TIMER); in ipflow_create()
H A Dip_var.h69 u_int ipf_timer; /* lifetime timer */ member
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_fil.h1660 struct timer_list ipf_timer; member