Lines Matching defs:serial
416 rxrpc_serial_t serial = sp->hdr.serial, ack_serial = serial;
425 sp->hdr.serial, seq0, sp->hdr.flags, sp->nr_subpackets);
462 ack_serial = serial;
468 rxrpc_serial_t serial = sp->hdr.serial + j;
476 j, serial, seq, terminal, last);
499 trace_rxrpc_rx_data(call->debug_id, seq, serial, flags, annotation);
503 ack_serial = serial;
512 ack_serial = serial;
520 ack_serial = serial;
533 ack_serial = serial;
558 ack_serial = serial;
578 ack_serial = serial;
580 trace_rxrpc_receive(call, rxrpc_receive_queue_last, serial, seq);
582 trace_rxrpc_receive(call, rxrpc_receive_queue, serial, seq);
589 ack_serial = serial;
594 ack_serial = serial;
606 rxrpc_propose_ACK(call, RXRPC_ACK_DELAY, serial,
610 trace_rxrpc_notify_socket(call->debug_id, serial);
657 /* If a later serial is being acked, then mark this slot as
735 sp->hdr.serial,
744 trace_rxrpc_rx_rwind_change(call, sp->hdr.serial, rwind, wake);
835 /* Some rx implementations put a serial number in previousPacket. */
873 ack_serial = sp->hdr.serial;
874 acked_serial = ntohl(buf.ack.serial);
1010 _proto("Rx ACKALL %%%u", sp->hdr.serial);
1036 trace_rxrpc_rx_abort(call, sp->hdr.serial, abort_code);
1038 _proto("Rx ABORT %%%u { %x }", sp->hdr.serial, abort_code);
1075 _proto("Rx BUSY %%%u", sp->hdr.serial);
1184 trace_rxrpc_rx_eproto(NULL, sp->hdr.serial,
1194 sp->hdr.serial = ntohl(whdr.serial);
1368 if ((int)sp->hdr.serial - (int)conn->hi_serial > 0)
1369 conn->hi_serial = sp->hdr.serial;
1397 sp->hdr.serial,
1416 if ((int)sp->hdr.serial - (int)call->rx_serial > 0)
1417 call->rx_serial = sp->hdr.serial;