Home
last modified time | relevance | path

Searched refs:ipi_gc (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h659 inpcb_timer_func_t ipi_gc; member
H A Din_pcb.c404 if (gc && ipi->ipi_gc != NULL) { in inpcb_timeout()
405 ipi->ipi_gc(ipi); in inpcb_timeout()
H A Dudp_usrreq.c325 udbinfo.ipi_gc = udp_gc; in udp_init()
H A Dtcp_subr.c683 tcbinfo.ipi_gc = tcp_gc; in tcp_init()