Lines Matching defs:acked_serial
24 rxrpc_serial_t acked_serial)
153 trace_rxrpc_congest(call, summary, acked_serial, change);
625 rxrpc_serial_t acked_serial,
645 if (orig_serial == acked_serial) {
649 rxrpc_peer_add_rtt(call, type, i, acked_serial, ack_serial,
657 if (after(acked_serial, orig_serial)) {
659 orig_serial, acked_serial, 0, 0);
667 trace_rxrpc_rtt_rx(call, rxrpc_rtt_rx_lost, 9, 0, acked_serial, 0, 0);
841 rxrpc_serial_t ack_serial, acked_serial;
853 acked_serial = ntohl(ack.serial);
863 trace_rxrpc_rx_ack(call, ack_serial, acked_serial,
868 if (acked_serial != 0) {
871 rxrpc_complete_rtt_probe(call, skb->tstamp, acked_serial, ack_serial,
875 rxrpc_complete_rtt_probe(call, skb->tstamp, acked_serial, ack_serial,
879 rxrpc_complete_rtt_probe(call, skb->tstamp, acked_serial, ack_serial,
947 if (acked_serial && after(acked_serial, call->acks_highest_serial))
948 call->acks_highest_serial = acked_serial;
997 rxrpc_congestion_management(call, skb, &summary, acked_serial);