Home
last modified time | relevance | path

Searched refs:RXRPC_TX_ANNO_RETRANS (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/net/rxrpc/
Dcall_event.c221 call->rxtx_annotations[ix] = RXRPC_TX_ANNO_RETRANS | annotation; in rxrpc_resend()
260 if (anno_type != RXRPC_TX_ANNO_RETRANS) in rxrpc_resend()
286 if (anno_type == RXRPC_TX_ANNO_RETRANS || in rxrpc_resend()
Dinput.c683 annotation |= RXRPC_TX_ANNO_RETRANS; in rxrpc_input_check_for_lost_ack()
808 if (anno_type == RXRPC_TX_ANNO_RETRANS) in rxrpc_input_soft_acks()
Dcall_object.c584 call->rxtx_annotations[i] |= RXRPC_TX_ANNO_RETRANS; in rxrpc_prepare_call_for_retry()
Dsendmsg.c135 RXRPC_TX_ANNO_RETRANS; in rxrpc_instant_resend()
Dar-internal.h602 #define RXRPC_TX_ANNO_RETRANS 3 macro