Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_frag.h80 extern void fr_slowtimer __P((void *));
82 extern void fr_slowtimer __P((void *));
86 extern void fr_slowtimer __P((long));
88 extern int fr_slowtimer __P((void *));
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_frag.c900 void fr_slowtimer __P((void *arg)) in fr_slowtimer() function
902 int fr_slowtimer(void *arg) in fr_slowtimer()
918 callout_reset(&fr_slowtimer_ch, hz / 2, fr_slowtimer, NULL); in fr_slowtimer()
924 fr_slowtimer_ch = timeout(fr_slowtimer, NULL, hz/2); in fr_slowtimer()
929 timeout(fr_slowtimer, NULL, hz/2); in fr_slowtimer()
H A Dip_fil_solaris.c1113 ifs->ifs_fr_timer_id = timeout(fr_slowtimer,
1822 void fr_slowtimer() in fr_slowtimer() function
1825 void fr_slowtimer __P((void *arg)) in fr_slowtimer()
1843 ifs->ifs_fr_timer_id = timeout(fr_slowtimer, arg, in fr_slowtimer()