Home
last modified time | relevance | path

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

/linux/net/rxrpc/
H A Dinput.c35 rxrpc_serial_t acked_serial) in rxrpc_congestion_management() argument
164 trace_rxrpc_congest(call, summary, acked_serial, change); in rxrpc_congestion_management()
646 rxrpc_serial_t acked_serial, in rxrpc_complete_rtt_probe() argument
666 if (orig_serial == acked_serial) { in rxrpc_complete_rtt_probe()
670 rxrpc_peer_add_rtt(call, type, i, acked_serial, ack_serial, in rxrpc_complete_rtt_probe()
678 if (after(acked_serial, orig_serial)) { in rxrpc_complete_rtt_probe()
680 orig_serial, acked_serial, 0, 0); in rxrpc_complete_rtt_probe()
688 trace_rxrpc_rtt_rx(call, rxrpc_rtt_rx_lost, 9, 0, acked_serial, 0, 0); in rxrpc_complete_rtt_probe()
857 rxrpc_serial_t ack_serial, acked_serial; in rxrpc_input_ack() local
866 acked_serial = sp->ack.acked_serial; in rxrpc_input_ack()
[all …]
H A Dio_thread.c157 sp->ack.acked_serial = ntohl(ack.serial); in rxrpc_extract_header()
H A Dar-internal.h212 rxrpc_serial_t acked_serial; /* Packet in response to (or 0) */ member