Lines Matching defs:acked_serial
41 rxrpc_serial_t acked_serial)
171 trace_rxrpc_congest(call, summary, acked_serial, change);
624 rxrpc_serial_t acked_serial,
644 if (orig_serial == acked_serial) {
649 rxrpc_peer_add_rtt(call, type, i, acked_serial, ack_serial,
653 orig_serial, acked_serial, 0, 0);
660 if (after(acked_serial, orig_serial)) {
662 orig_serial, acked_serial, 0, 0);
670 trace_rxrpc_rtt_rx(call, rxrpc_rtt_rx_lost, 9, 0, acked_serial, 0, 0);
715 rxrpc_serial_t acked_serial,
718 if (acked_serial == call->acks_lost_ping)
860 rxrpc_serial_t ack_serial, acked_serial;
874 acked_serial = ntohl(buf.ack.serial);
882 trace_rxrpc_rx_ack(call, ack_serial, acked_serial,
888 rxrpc_input_ping_response(call, skb->tstamp, acked_serial,
890 rxrpc_complete_rtt_probe(call, skb->tstamp, acked_serial, ack_serial,
894 rxrpc_complete_rtt_probe(call, skb->tstamp, acked_serial, ack_serial,
898 if (acked_serial != 0)
899 rxrpc_complete_rtt_probe(call, skb->tstamp, acked_serial, ack_serial,
997 rxrpc_congestion_management(call, skb, &summary, acked_serial);