Home
last modified time | relevance | path

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

/openbmc/linux/net/rxrpc/
H A Dinput.c179 if (test_bit(RXRPC_CALL_TX_LAST, &call->flags) || in rxrpc_congestion_management()
227 set_bit(RXRPC_CALL_TX_LAST, &call->flags); in rxrpc_rotate_tx_window()
264 ASSERT(test_bit(RXRPC_CALL_TX_LAST, &call->flags)); in rxrpc_end_tx_phase()
313 if (!test_bit(RXRPC_CALL_TX_LAST, &call->flags)) { in rxrpc_receiving_reply()
1012 if (test_bit(RXRPC_CALL_TX_LAST, &call->flags) && in rxrpc_input_ack()
H A Dar-internal.h549 RXRPC_CALL_TX_LAST, /* Last packet in Tx buffer (at rxtx_top) */ enumerator