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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_lro.c85 thread_call_t tcp_lro_timer; variable
119 tcp_lro_timer = thread_call_allocate(tcp_lro_timer_proc, NULL);
120 if (tcp_lro_timer == NULL) {
699 thread_call_enter_delayed(tcp_lro_timer, lro_deadline);

Completed in 19 milliseconds