Home
last modified time | relevance | path

Searched refs:ip6f_timer (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/netinet6/
H A Dip6_flow.c349 PRT_SLOW_ARM(ip6f->ip6f_timer, IP6FLOW_TIMER); in ip6flow_fastforward()
472 if (ip6f->ip6f_timer < maybe_ip6f->ip6f_timer in ip6flow_reap_locked()
473 || ((ip6f->ip6f_timer == maybe_ip6f->ip6f_timer) in ip6flow_reap_locked()
524 if (PRT_SLOW_ISEXPIRED(ip6f->ip6f_timer) || in ip6flow_slowtimo_work()
617 PRT_SLOW_ARM(ip6f->ip6f_timer, IP6FLOW_TIMER); in ip6flow_create()
H A Dip6_var.h225 u_int ip6f_timer; /* lifetime timer */ member