Home
last modified time | relevance | path

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

/Linux-v5.4/net/rxrpc/
Dinput.c243 set_bit(RXRPC_CALL_TX_LAST, &call->flags); in rxrpc_rotate_tx_window()
278 ASSERT(test_bit(RXRPC_CALL_TX_LAST, &call->flags)); in rxrpc_end_tx_phase()
337 if (!test_bit(RXRPC_CALL_TX_LAST, &call->flags)) { in rxrpc_receiving_reply()
Doutput.c271 test_bit(RXRPC_CALL_TX_LAST, &call->flags)) in rxrpc_send_abort_packet()
Dar-internal.h484 RXRPC_CALL_TX_LAST, /* Last packet in Tx buffer (at rxtx_top) */ enumerator