Home
last modified time | relevance | path

Searched refs:RXRPC_ACK_OUT_OF_SEQUENCE (Results 1 – 4 of 4) sorted by relevance

/linux/net/rxrpc/
H A Dprotocol.h122 #define RXRPC_ACK_OUT_OF_SEQUENCE 3 /* out of sequence packet received */ macro
H A Dproc.c505 atomic_read(&rxnet->stat_tx_acks[RXRPC_ACK_OUT_OF_SEQUENCE]), in rxrpc_stats_show()
516 atomic_read(&rxnet->stat_rx_acks[RXRPC_ACK_OUT_OF_SEQUENCE]), in rxrpc_stats_show()
H A Dinput.c20 [RXRPC_ACK_OUT_OF_SEQUENCE] = 7,
561 ack_reason = RXRPC_ACK_OUT_OF_SEQUENCE; in rxrpc_input_data_one()
1098 if (unlikely(summary.ack_reason == RXRPC_ACK_OUT_OF_SEQUENCE) && in rxrpc_input_ack()
/linux/include/trace/events/
H A Drxrpc.h484 EM(RXRPC_ACK_OUT_OF_SEQUENCE, "OOS") \