Searched refs:rtt_usage (Results 1 – 6 of 6) sorted by relevance
299 u8 cursor = peer->rtt_cursor, usage = peer->rtt_usage; in rxrpc_peer_add_rtt()315 peer->rtt_usage = usage; in rxrpc_peer_add_rtt()
121 if (call->peer->rtt_usage > 0) in __rxrpc_propose_ACK()174 if (call->peer->rtt_usage > 1) in rxrpc_resend()
371 (call->peer->rtt_usage < 3 && sp->hdr.seq & 1) || in rxrpc_send_data_packet()424 if (call->peer->rtt_usage > 1) { in rxrpc_send_data_packet()
98 if (call->peer->rtt_usage == 0) in rxrpc_congestion_management()209 if (call->peer->rtt_usage < 3 || in rxrpc_send_ping()
240 if (call->peer->rtt_usage > 1) in rxrpc_queue_packet()
311 u8 rtt_usage; /* amount of cache actually used */ member