Home
last modified time | relevance | path

Searched refs:rtt_usage (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/net/rxrpc/
Dpeer_event.c309 u8 cursor = peer->rtt_cursor, usage = peer->rtt_usage; in rxrpc_peer_add_rtt()
325 peer->rtt_usage = usage; in rxrpc_peer_add_rtt()
Dcall_event.c114 if (call->peer->rtt_usage > 0) in __rxrpc_propose_ACK()
168 if (call->peer->rtt_usage > 1) in rxrpc_resend()
Doutput.c381 (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()
Dinput.c94 if (call->peer->rtt_usage == 0) in rxrpc_congestion_management()
204 if (call->peer->rtt_usage < 3 || in rxrpc_send_ping()
Dsendmsg.c237 if (call->peer->rtt_usage > 1) in rxrpc_queue_packet()
Dar-internal.h317 u8 rtt_usage; /* amount of cache actually used */ member