Searched refs:RXRPC_TX_ANNO_LAST (Results 1 – 3 of 3) sorted by relevance
169 (call->rxtx_annotations[ix] & RXRPC_TX_ANNO_LAST) | in rxrpc_instant_resend()209 annotation |= RXRPC_TX_ANNO_LAST; in rxrpc_queue_packet()
187 RXRPC_TX_ANNO_LAST || in rxrpc_congestion_management()226 if (annotation & RXRPC_TX_ANNO_LAST) { in rxrpc_rotate_tx_window()981 RXRPC_TX_ANNO_LAST && in rxrpc_input_ack()
625 #define RXRPC_TX_ANNO_LAST 0x04 macro