HomeSort by: relevance | last modified time | path
    Searched refs:rto_timer_callout (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
dccp_tcplike.h 74 u_int rto_timer_callout; member in struct:tcplike_send_ccb
dccp_tcplike.c 132 cb->rto_timer_callout = 0;
240 cb->rto_timer_callout = 0;
302 if (cb->rto_timer_callout) {
305 cb->rto_timer_callout = 0;
338 if (!cb->rto_timer_callout) {
343 cb->rto_timer_callout = 1;
359 if (cb->rto_timer_callout) {
362 cb->rto_timer_callout = 0;
648 if (cb->cwnd > cb->outstanding && cb->rto_timer_callout) {
652 cb->rto_timer_callout = 0
    [all...]

Completed in 12 milliseconds