Lines Matching defs:serial

80 			       rxrpc_serial_t serial)
105 ack->serial = htonl(serial);
150 static void rxrpc_begin_rtt_probe(struct rxrpc_call *call, rxrpc_serial_t serial,
163 call->rtt_serial[rtt_slot] = serial;
168 trace_rxrpc_rtt_tx(call, why, rtt_slot, serial);
172 trace_rxrpc_rtt_tx(call, rxrpc_rtt_tx_no_slot, rtt_slot, serial);
200 txb->serial = rxrpc_get_next_serial(conn);
201 whdr->serial = htonl(txb->serial);
202 trace_rxrpc_tx_ack(call->debug_id, txb->serial,
204 ntohl(ack->serial), ack->reason, ack->nAcks,
214 trace_rxrpc_tx_fail(call->debug_id, txb->serial, ret,
221 rxrpc_begin_rtt_probe(call, txb->serial, now, rxrpc_rtt_tx_ping);
233 rxrpc_serial_t serial, enum rxrpc_propose_ack_trace why)
250 rxrpc_fill_out_ack(call, txb, ack_reason, serial);
255 trace_rxrpc_send_ack(call, why, ack_reason, serial);
269 rxrpc_serial_t serial;
308 serial = rxrpc_get_next_serial(conn);
309 pkt.whdr.serial = htonl(serial);
315 trace_rxrpc_tx_fail(call->debug_id, serial, ret,
328 rxrpc_serial_t serial)
336 txb->serial = serial;
375 whdr->serial = htonl(txb->serial);
378 trace_rxrpc_tx_data(call, txb->seq, txb->serial, txb->flags, false);
386 rxrpc_serial_t serial;
388 /* Each transmission of a Tx packet needs a new serial number */
389 serial = rxrpc_get_next_serial(call->conn);
391 rxrpc_prepare_data_subpacket(call, txb, serial);
408 rxrpc_begin_rtt_probe(call, txb->serial, now, rxrpc_rtt_tx_data);
449 trace_rxrpc_tx_data(call, txb->seq, txb->serial,
493 trace_rxrpc_tx_fail(call->debug_id, txb->serial, ret, frag);
533 u32 serial;
562 serial = rxrpc_get_next_serial(conn);
563 whdr.serial = htonl(serial);
568 trace_rxrpc_tx_fail(conn->debug_id, serial, ret,
668 whdr.serial = 0;