Lines Matching refs:rxrpc_seq_t
12 static void rxrpc_proto_abort(struct rxrpc_call *call, rxrpc_seq_t seq, in rxrpc_proto_abort()
207 static bool rxrpc_rotate_tx_window(struct rxrpc_call *call, rxrpc_seq_t to, in rxrpc_rotate_tx_window()
289 rxrpc_seq_t top = READ_ONCE(call->tx_top); in rxrpc_receiving_reply()
315 rxrpc_seq_t whigh = READ_ONCE(call->rx_highest_seq); in rxrpc_end_rx_phase()
339 rxrpc_seq_t window, rxrpc_seq_t wtop) in rxrpc_input_update_ack_window()
349 rxrpc_seq_t window, rxrpc_seq_t wtop, in rxrpc_input_queue_data()
372 rxrpc_seq_t window = call->ackr_window; in rxrpc_input_data_one()
373 rxrpc_seq_t wtop = call->ackr_wtop; in rxrpc_input_data_one()
374 rxrpc_seq_t wlimit = window + call->rx_winsize - 1; in rxrpc_input_data_one()
375 rxrpc_seq_t seq = sp->hdr.seq; in rxrpc_input_data_one()
568 rxrpc_seq_t seq0 = sp->hdr.seq; in rxrpc_input_data()
719 rxrpc_seq_t seq, int nr_acks, in rxrpc_input_soft_acks()
744 rxrpc_seq_t first_pkt, rxrpc_seq_t prev_pkt) in rxrpc_is_ack_valid()
746 rxrpc_seq_t base = READ_ONCE(call->acks_first_seq); in rxrpc_is_ack_valid()
780 rxrpc_seq_t first_soft_ack, hard_ack, prev_pkt; in rxrpc_input_ack()