Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Ddccp_tcplike.c132 cb->rto_timer_callout = 0; in tcplike_rto_timeout()
240 cb->rto_timer_callout = 0; in tcplike_send_init()
302 if (cb->rto_timer_callout) { in tcplike_send_free()
305 cb->rto_timer_callout = 0; in tcplike_send_free()
338 if (!cb->rto_timer_callout) { in tcplike_send_packet()
343 cb->rto_timer_callout = 1; in tcplike_send_packet()
359 if (cb->rto_timer_callout) { in tcplike_send_packet()
362 cb->rto_timer_callout = 0; in tcplike_send_packet()
648 if (cb->cwnd > cb->outstanding && cb->rto_timer_callout) { in tcplike_send_packet_recv()
652 cb->rto_timer_callout = 0; in tcplike_send_packet_recv()
Ddccp_tcplike.h74 u_int rto_timer_callout; member