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

/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.c292 struct intimercount gccnt, tmcnt; local
306 bzero(&tmcnt, sizeof(tmcnt));
334 tmcnt.intimer_lazy +=
336 tmcnt.intimer_lazy +=
338 tmcnt.intimer_nodelay +=
351 inpcb_ticking = INPCB_HAVE_TIMER_REQ(tmcnt);
359 if (gccnt.intimer_nodelay > 0 || tmcnt.intimer_nodelay > 0)
361 else if ((gccnt.intimer_fast + tmcnt.intimer_fast) <= 5)

Completed in 8 milliseconds