Searched refs:RXRPC_TX_ANNO_ACK (Results 1 – 3 of 3) sorted by relevance
251 if ((annotation & RXRPC_TX_ANNO_MASK) != RXRPC_TX_ANNO_ACK) in rxrpc_rotate_tx_window()792 if (anno_type == RXRPC_TX_ANNO_ACK) in rxrpc_input_soft_acks()796 RXRPC_TX_ANNO_ACK | annotation; in rxrpc_input_soft_acks()
204 if (anno_type == RXRPC_TX_ANNO_ACK) in rxrpc_resend()
599 #define RXRPC_TX_ANNO_ACK 0 macro