Searched refs:RXRPC_TX_ANNO_RETRANS (Results 1 – 5 of 5) sorted by relevance
221 call->rxtx_annotations[ix] = RXRPC_TX_ANNO_RETRANS | annotation; in rxrpc_resend()260 if (anno_type != RXRPC_TX_ANNO_RETRANS) in rxrpc_resend()286 if (anno_type == RXRPC_TX_ANNO_RETRANS || in rxrpc_resend()
683 annotation |= RXRPC_TX_ANNO_RETRANS; in rxrpc_input_check_for_lost_ack()808 if (anno_type == RXRPC_TX_ANNO_RETRANS) in rxrpc_input_soft_acks()
584 call->rxtx_annotations[i] |= RXRPC_TX_ANNO_RETRANS; in rxrpc_prepare_call_for_retry()
135 RXRPC_TX_ANNO_RETRANS; in rxrpc_instant_resend()
602 #define RXRPC_TX_ANNO_RETRANS 3 macro