Lines Matching refs:rxrpc_seq_t
641 rxrpc_seq_t send_abort_seq; /* DATA packet that incurred the abort (or 0) */
660 rxrpc_seq_t tx_bottom; /* First packet in buffer */
661 rxrpc_seq_t tx_transmitted; /* Highest packet transmitted */
662 rxrpc_seq_t tx_prepared; /* Highest Tx slot prepared. */
663 rxrpc_seq_t tx_top; /* Highest Tx slot allocated. */
673 rxrpc_seq_t rx_highest_seq; /* Higest sequence number received */
674 rxrpc_seq_t rx_consumed; /* Highest packet consumed */
696 rxrpc_seq_t ackr_window; /* Base of SACK window */
697 rxrpc_seq_t ackr_wtop; /* Base of SACK window */
716 rxrpc_seq_t acks_first_seq; /* first sequence number received */
717 rxrpc_seq_t acks_prev_seq; /* Highest previousPacket received */
718 rxrpc_seq_t acks_hard_ack; /* Latest hard-ack point */
719 rxrpc_seq_t acks_lowest_nak; /* Lowest NACK in the buffer (or ==tx_hard_ack) */
783 rxrpc_seq_t seq; /* Sequence number of this packet */
903 bool rxrpc_abort_call(struct rxrpc_call *call, rxrpc_seq_t seq,