HomeSort by: relevance | last modified time | path
    Searched defs:ipf_timer_func (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_fil_netbsd.c 144 static void ipf_timer_func(void *ptr);
507 ipf_timer_func, softc);
509 timeout(ipf_timer_func, softc, (hz / IPF_HZ_DIVIDE) * IPF_HZ_MULT);
523 ipf_timer_func(void *ptr) function in typeref:typename:void
537 ipf_timer_func, softc);
539 timeout(ipf_timer_func, softc,

Completed in 12 milliseconds