Home
last modified time | relevance | path

Searched refs:RXRPC_CALL_RX_LAST (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/rxrpc/
H A Dinput.c400 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()
H A Dar-internal.h548 RXRPC_CALL_RX_LAST, /* Received the last packet (at rxtx_top) */ enumerator