Lines Matching refs:rxrpc_seq_t
248 unsigned int, unsigned int, rxrpc_seq_t, u16);
647 rxrpc_seq_t tx_hard_ack; /* Dead slot in buffer; the first transmitted but
650 rxrpc_seq_t tx_top; /* Highest Tx slot allocated. */
666 rxrpc_seq_t rx_hard_ack; /* Dead slot in buffer; the first received but not
669 rxrpc_seq_t rx_top; /* Highest Rx slot allocated. */
670 rxrpc_seq_t rx_expect_next; /* Expected next packet sequence number */
683 rxrpc_seq_t ackr_prev_seq; /* previous sequence number received */
684 rxrpc_seq_t ackr_consumed; /* Highest packet shown consumed */
685 rxrpc_seq_t ackr_seen; /* Highest packet shown seen */
697 rxrpc_seq_t acks_lowest_nak; /* Lowest NACK in the buffer (or ==tx_hard_ack) */
698 rxrpc_seq_t acks_lost_top; /* tx_top at the time lost-ack ping sent */
1027 bool __rxrpc_abort_call(const char *, struct rxrpc_call *, rxrpc_seq_t, u32, int);
1028 bool rxrpc_abort_call(const char *, struct rxrpc_call *, rxrpc_seq_t, u32, int);