Searched refs:RXRPC_TX_ANNO_LAST (Results 1 – 4 of 4) sorted by relevance
134 (call->rxtx_annotations[ix] & RXRPC_TX_ANNO_LAST) | in rxrpc_instant_resend()173 annotation |= RXRPC_TX_ANNO_LAST; in rxrpc_queue_packet()
191 RXRPC_TX_ANNO_LAST || in rxrpc_congestion_management()247 if (annotation & RXRPC_TX_ANNO_LAST) { in rxrpc_rotate_tx_window()946 RXRPC_TX_ANNO_LAST && in rxrpc_input_ack()
583 call->rxtx_annotations[i] &= RXRPC_TX_ANNO_LAST; in rxrpc_prepare_call_for_retry()
604 #define RXRPC_TX_ANNO_LAST 0x04 macro