Searched refs:RXRPC_CALL_TX_LAST (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/net/rxrpc/ |
H A D | input.c | 168 if (test_bit(RXRPC_CALL_TX_LAST, &call->flags) || in rxrpc_congestion_management() 216 set_bit(RXRPC_CALL_TX_LAST, &call->flags); in rxrpc_rotate_tx_window() 253 ASSERT(test_bit(RXRPC_CALL_TX_LAST, &call->flags)); in rxrpc_end_tx_phase() 302 if (!test_bit(RXRPC_CALL_TX_LAST, &call->flags)) { in rxrpc_receiving_reply() 991 if (test_bit(RXRPC_CALL_TX_LAST, &call->flags) && in rxrpc_input_ack()
|
H A D | ar-internal.h | 549 RXRPC_CALL_TX_LAST, /* Last packet in Tx buffer (at rxtx_top) */ enumerator
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | input.c | 227 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()
|
H A D | ar-internal.h | 476 RXRPC_CALL_TX_LAST, /* Last packet in Tx buffer (at rxtx_top) */ enumerator
|
H A D | output.c | 302 test_bit(RXRPC_CALL_TX_LAST, &call->flags)) in rxrpc_send_abort_packet()
|
Completed in 10 milliseconds