Lines Matching refs:rxrpc_seq_t
225 unsigned int, unsigned int, rxrpc_seq_t, u16);
623 rxrpc_seq_t tx_hard_ack; /* Dead slot in buffer; the first transmitted but
626 rxrpc_seq_t tx_top; /* Highest Tx slot allocated. */
642 rxrpc_seq_t rx_hard_ack; /* Dead slot in buffer; the first received but not
645 rxrpc_seq_t rx_top; /* Highest Rx slot allocated. */
646 rxrpc_seq_t rx_expect_next; /* Expected next packet sequence number */
658 rxrpc_seq_t ackr_highest_seq; /* Higest sequence number received */
672 rxrpc_seq_t acks_first_seq; /* first sequence number received */
673 rxrpc_seq_t acks_prev_seq; /* Highest previousPacket received */
674 rxrpc_seq_t acks_lowest_nak; /* Lowest NACK in the buffer (or ==tx_hard_ack) */
675 rxrpc_seq_t acks_lost_top; /* tx_top at the time lost-ack ping sent */
1007 bool __rxrpc_abort_call(const char *, struct rxrpc_call *, rxrpc_seq_t, u32, int);
1008 bool rxrpc_abort_call(const char *, struct rxrpc_call *, rxrpc_seq_t, u32, int);