Searched refs:rto_timer (Results 1 – 2 of 2) sorted by relevance
238 callout_init(&cb->rto_timer, 0); in tcplike_send_init()304 callout_stop(&cb->rto_timer); in tcplike_send_free()341 callout_reset(&cb->rto_timer, ticks, in tcplike_send_packet()361 callout_stop(&cb->rto_timer); in tcplike_send_packet()651 callout_stop(&cb->rto_timer); in tcplike_send_packet_recv()
73 struct callout rto_timer; member