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

/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_frag.h79 extern void fr_slowtimer __P((void *));
81 extern void fr_slowtimer __P((void *));
85 extern void fr_slowtimer __P((long));
87 extern int fr_slowtimer __P((void *));
/opensolaris-onvv-gate/usr/src/uts/common/inet/ipf/
H A Dip_frag.c890 /* Function: fr_slowtimer */
900 void fr_slowtimer __P((void *arg)) function
902 int fr_slowtimer(void *arg)
918 callout_reset(&fr_slowtimer_ch, hz / 2, fr_slowtimer, NULL);
924 fr_slowtimer_ch = timeout(fr_slowtimer, NULL, hz/2);
929 timeout(fr_slowtimer, NULL, hz/2);
H A Dip_fil_solaris.c812 ifs->ifs_fr_timer_id = timeout(fr_slowtimer,
1513 void fr_slowtimer() function
1516 void fr_slowtimer __P((void *arg))
1534 ifs->ifs_fr_timer_id = timeout(fr_slowtimer, arg,

Completed in 83 milliseconds