Home
last modified time | relevance | path

Searched refs:rto_timer (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/netinet/
H A Ddccp_tcplike.c238 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()
H A Ddccp_tcplike.h73 struct callout rto_timer; member