Searched refs:RXRPC_CALL_RX_LAST (Results 1 – 2 of 2) sorted by relevance
480 if (test_bit(RXRPC_CALL_RX_LAST, &call->flags) && in rxrpc_input_data()486 if (test_bit(RXRPC_CALL_RX_LAST, &call->flags) && in rxrpc_input_data()571 set_bit(RXRPC_CALL_RX_LAST, &call->flags); in rxrpc_input_data()
482 RXRPC_CALL_RX_LAST, /* Received the last packet (at rxtx_top) */ enumerator