Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h660 inpcb_timer_func_t ipi_timer; member
H A Din_pcb.c417 if (t && ipi->ipi_timer != NULL) { in inpcb_timeout()
418 ipi->ipi_timer(ipi); in inpcb_timeout()
H A Dtcp_subr.c684 tcbinfo.ipi_timer = tcp_itimer; in tcp_init()