Lines Matching defs:serial
316 static void rxrpc_end_rx_phase(struct rxrpc_call *call, rxrpc_serial_t serial)
326 rxrpc_propose_delay_ACK(call, serial, rxrpc_propose_ack_terminal_ack);
333 rxrpc_propose_delay_ACK(call, serial, rxrpc_propose_ack_processing_op);
360 trace_rxrpc_receive(call, last ? why + 1 : why, sp->hdr.serial, sp->hdr.seq);
362 rxrpc_end_rx_phase(call, sp->hdr.serial);
373 rxrpc_serial_t serial = sp->hdr.serial;
404 trace_rxrpc_rx_data(call->debug_id, seq, serial, sp->hdr.flags);
497 sp->hdr.serial, sp->hdr.seq);
502 rxrpc_send_ACK(call, ack_reason, serial,
505 rxrpc_propose_delay_ACK(call, serial,
545 sp->hdr.serial++;
554 trace_rxrpc_notify_socket(call->debug_id, sp->hdr.serial);
570 rxrpc_serial_t serial = sp->hdr.serial;
615 trace_rxrpc_notify_socket(call->debug_id, serial);
654 /* If a later serial is being acked, then mark this slot as
687 trace_rxrpc_rx_rwind_change(call, sp->hdr.serial, rwind, wake);
819 /* Some rx implementations put a serial number in previousPacket. */
852 ack_serial = sp->hdr.serial;
853 acked_serial = ntohl(ack.serial);
1026 trace_rxrpc_rx_abort(call, sp->hdr.serial, skb->priority);
1044 if ((int)sp->hdr.serial - (int)call->rx_serial > 0)
1045 call->rx_serial = sp->hdr.serial;