Searched refs:RXRPC_CALL_RX_LAST (Results 1 – 2 of 2) sorted by relevance
400 if (test_and_set_bit(RXRPC_CALL_RX_LAST, &call->flags) && in rxrpc_input_data_one()404 if (test_bit(RXRPC_CALL_RX_LAST, &call->flags) && in rxrpc_input_data_one()
548 RXRPC_CALL_RX_LAST, /* Received the last packet (at rxtx_top) */ enumerator