Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Din_pcb.h571 inpcb_timer_func_t ipi_timer; member
H A Din_pcb.c403 if (t && ipi->ipi_timer != NULL) { in inpcb_timeout()
404 ipi->ipi_timer(ipi); in inpcb_timeout()
H A Dtcp_subr.c577 tcbinfo.ipi_timer = tcp_itimer; in tcp_init()