Lines Matching refs:rxrpc_seq_t
220 rxrpc_seq_t first_ack; /* First packet in acks table */
221 rxrpc_seq_t prev_ack; /* Highest seq seen */
736 rxrpc_seq_t send_abort_seq; /* DATA packet that incurred the abort (or 0) */
753 rxrpc_seq_t send_top; /* Highest Tx slot filled by sendmsg. */
759 rxrpc_seq_t tx_qbase; /* First slot in tx_queue */
760 rxrpc_seq_t tx_bottom; /* First packet in buffer */
761 rxrpc_seq_t tx_transmitted; /* Highest packet transmitted */
762 rxrpc_seq_t tx_top; /* Highest Tx slot allocated. */
778 rxrpc_seq_t rx_highest_seq; /* Higest sequence number received */
779 rxrpc_seq_t rx_consumed; /* Highest packet consumed */
804 rxrpc_seq_t rack_fack; /* Highest sequence so far ACK'd */
805 rxrpc_seq_t rack_end_seq; /* Highest sequence seen */
806 rxrpc_seq_t rack_dsack_round; /* DSACK opt recv'd in latest roundtrip */
812 rxrpc_seq_t tlp_seq; /* Sequence of TLP probe */
819 rxrpc_seq_t ackr_window; /* Base of SACK window */
820 rxrpc_seq_t ackr_wtop; /* Base of SACK window */
839 rxrpc_seq_t acks_hard_ack; /* Highest sequence hard acked */
840 rxrpc_seq_t acks_prev_seq; /* Highest previousPacket received */
841 rxrpc_seq_t acks_lowest_nak; /* Lowest NACK in the buffer (or ==tx_hard_ack) */
916 rxrpc_seq_t seq; /* Sequence number of this packet */
953 rxrpc_seq_t qbase;
977 rxrpc_seq_t seq; /* Sequence of first data */
1092 bool rxrpc_abort_call(struct rxrpc_call *call, rxrpc_seq_t seq,
1548 static inline bool rxrpc_seq_in_txq(const struct rxrpc_txqueue *tq, rxrpc_seq_t seq) in rxrpc_seq_in_txq()