Searched refs:rtt_usage (Results 1 – 6 of 6) sorted by relevance
309 u8 cursor = peer->rtt_cursor, usage = peer->rtt_usage; in rxrpc_peer_add_rtt()325 peer->rtt_usage = usage; in rxrpc_peer_add_rtt()
114 if (call->peer->rtt_usage > 0) in __rxrpc_propose_ACK()168 if (call->peer->rtt_usage > 1) in rxrpc_resend()
381 (call->peer->rtt_usage < 3 && sp->hdr.seq & 1) || in rxrpc_send_data_packet()435 if (call->peer->rtt_usage > 1) { in rxrpc_send_data_packet()
94 if (call->peer->rtt_usage == 0) in rxrpc_congestion_management()204 if (call->peer->rtt_usage < 3 || in rxrpc_send_ping()
237 if (call->peer->rtt_usage > 1) in rxrpc_queue_packet()
317 u8 rtt_usage; /* amount of cache actually used */ member