Lines Matching refs:rxrpc_seq_t
233 unsigned int, unsigned int, rxrpc_seq_t, u16);
630 rxrpc_seq_t tx_hard_ack; /* Dead slot in buffer; the first transmitted but
633 rxrpc_seq_t tx_top; /* Highest Tx slot allocated. */
649 rxrpc_seq_t rx_hard_ack; /* Dead slot in buffer; the first received but not
652 rxrpc_seq_t rx_top; /* Highest Rx slot allocated. */
653 rxrpc_seq_t rx_expect_next; /* Expected next packet sequence number */
666 rxrpc_seq_t ackr_prev_seq; /* previous sequence number received */
667 rxrpc_seq_t ackr_consumed; /* Highest packet shown consumed */
668 rxrpc_seq_t ackr_seen; /* Highest packet shown seen */
677 rxrpc_seq_t acks_lowest_nak; /* Lowest NACK in the buffer (or ==tx_hard_ack) */
678 rxrpc_seq_t acks_lost_top; /* tx_top at the time lost-ack ping sent */
862 rxrpc_seq_t seq, in __rxrpc_abort_call()
872 rxrpc_seq_t seq, u32 abort_code, int error) in rxrpc_abort_call()