Searched refs:RXRPC_CALL_TX_LAST (Results 1 – 2 of 2) sorted by relevance
166 if (test_bit(RXRPC_CALL_TX_LAST, &call->flags) || in rxrpc_congestion_management()255 set_bit(RXRPC_CALL_TX_LAST, &call->flags); in rxrpc_rotate_tx_window()350 ASSERT(test_bit(RXRPC_CALL_TX_LAST, &call->flags)); in rxrpc_end_tx_phase()395 if (!test_bit(RXRPC_CALL_TX_LAST, &call->flags)) { in rxrpc_receiving_reply()1179 if (test_bit(RXRPC_CALL_TX_LAST, &call->flags) && in rxrpc_input_ack()
571 RXRPC_CALL_TX_LAST, /* Last packet in Tx buffer (at rxtx_top) */ enumerator