Searched refs:RXRPC_TX_ANNO_RETRANS (Results 1 – 4 of 4) sorted by relevance
207 call->rxtx_annotations[ix] = RXRPC_TX_ANNO_RETRANS | annotation; in rxrpc_resend()246 if (anno_type != RXRPC_TX_ANNO_RETRANS) in rxrpc_resend()
698 annotation |= RXRPC_TX_ANNO_RETRANS; in rxrpc_input_check_for_lost_ack()806 if (anno_type == RXRPC_TX_ANNO_RETRANS) in rxrpc_input_soft_acks()
167 RXRPC_TX_ANNO_RETRANS; in rxrpc_instant_resend()
632 #define RXRPC_TX_ANNO_RETRANS 3 macro