Home
last modified time | relevance | path

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

/linux-5.19.10/net/rxrpc/
Dinput.c227 set_bit(RXRPC_CALL_TX_LAST, &call->flags); in rxrpc_rotate_tx_window()
262 ASSERT(test_bit(RXRPC_CALL_TX_LAST, &call->flags)); in rxrpc_end_tx_phase()
320 if (!test_bit(RXRPC_CALL_TX_LAST, &call->flags)) { in rxrpc_receiving_reply()
Doutput.c302 test_bit(RXRPC_CALL_TX_LAST, &call->flags)) in rxrpc_send_abort_packet()
Dar-internal.h492 RXRPC_CALL_TX_LAST, /* Last packet in Tx buffer (at rxtx_top) */ enumerator