Home
last modified time | relevance | path

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

/linux-5.19.10/net/rxrpc/
Dinput.c230 if ((annotation & RXRPC_TX_ANNO_MASK) != RXRPC_TX_ANNO_ACK) in rxrpc_rotate_tx_window()
790 if (anno_type == RXRPC_TX_ANNO_ACK) in rxrpc_input_soft_acks()
794 RXRPC_TX_ANNO_ACK | annotation; in rxrpc_input_soft_acks()
Dcall_event.c190 if (anno_type == RXRPC_TX_ANNO_ACK) in rxrpc_resend()
Dar-internal.h629 #define RXRPC_TX_ANNO_ACK 0 macro