Home
last modified time | relevance | path

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

/Linux-v6.6/net/rxrpc/
Dinput.c24 rxrpc_serial_t acked_serial) in rxrpc_congestion_management() argument
154 trace_rxrpc_congest(call, summary, acked_serial, change); in rxrpc_congestion_management()
622 rxrpc_serial_t acked_serial, in rxrpc_complete_rtt_probe() argument
642 if (orig_serial == acked_serial) { in rxrpc_complete_rtt_probe()
647 rxrpc_peer_add_rtt(call, type, i, acked_serial, ack_serial, in rxrpc_complete_rtt_probe()
651 orig_serial, acked_serial, 0, 0); in rxrpc_complete_rtt_probe()
658 if (after(acked_serial, orig_serial)) { in rxrpc_complete_rtt_probe()
660 orig_serial, acked_serial, 0, 0); in rxrpc_complete_rtt_probe()
668 trace_rxrpc_rtt_rx(call, rxrpc_rtt_rx_lost, 9, 0, acked_serial, 0, 0); in rxrpc_complete_rtt_probe()
779 rxrpc_serial_t ack_serial, acked_serial; in rxrpc_input_ack() local
[all …]