Lines Matching refs:rxrpc_seq_t
209 rxrpc_seq_t first_ack; /* First packet in acks table */
649 rxrpc_seq_t send_abort_seq; /* DATA packet that incurred the abort (or 0) */
668 rxrpc_seq_t tx_bottom; /* First packet in buffer */
669 rxrpc_seq_t tx_transmitted; /* Highest packet transmitted */
670 rxrpc_seq_t tx_prepared; /* Highest Tx slot prepared. */
671 rxrpc_seq_t tx_top; /* Highest Tx slot allocated. */
681 rxrpc_seq_t rx_highest_seq; /* Higest sequence number received */
682 rxrpc_seq_t rx_consumed; /* Highest packet consumed */
704 rxrpc_seq_t ackr_window; /* Base of SACK window */
705 rxrpc_seq_t ackr_wtop; /* Base of SACK window */
724 rxrpc_seq_t acks_first_seq; /* first sequence number received */
725 rxrpc_seq_t acks_prev_seq; /* Highest previousPacket received */
726 rxrpc_seq_t acks_hard_ack; /* Latest hard-ack point */
727 rxrpc_seq_t acks_lowest_nak; /* Lowest NACK in the buffer (or ==tx_hard_ack) */
792 rxrpc_seq_t seq; /* Sequence number of this packet */
926 bool rxrpc_abort_call(struct rxrpc_call *call, rxrpc_seq_t seq,