Lines Matching refs:rxrpc_seq_t
231 unsigned int, unsigned int, rxrpc_seq_t, u16);
610 rxrpc_seq_t tx_hard_ack; /* Dead slot in buffer; the first transmitted but
613 rxrpc_seq_t tx_top; /* Highest Tx slot allocated. */
628 rxrpc_seq_t rx_hard_ack; /* Dead slot in buffer; the first received but not
631 rxrpc_seq_t rx_top; /* Highest Rx slot allocated. */
632 rxrpc_seq_t rx_expect_next; /* Expected next packet sequence number */
645 rxrpc_seq_t ackr_prev_seq; /* previous sequence number received */
646 rxrpc_seq_t ackr_consumed; /* Highest packet shown consumed */
647 rxrpc_seq_t ackr_seen; /* Highest packet shown seen */
656 rxrpc_seq_t acks_lowest_nak; /* Lowest NACK in the buffer (or ==tx_hard_ack) */
657 rxrpc_seq_t acks_lost_top; /* tx_top at the time lost-ack ping sent */
846 rxrpc_seq_t seq, in __rxrpc_abort_call()
856 rxrpc_seq_t seq, u32 abort_code, int error) in rxrpc_abort_call()