Home
last modified time | relevance | path

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

/Linux-v5.4/net/rxrpc/
Dcall_event.c215 call->rxtx_annotations[ix] = RXRPC_TX_ANNO_RETRANS | annotation; in rxrpc_resend()
254 if (anno_type != RXRPC_TX_ANNO_RETRANS) in rxrpc_resend()
280 if (anno_type == RXRPC_TX_ANNO_RETRANS || in rxrpc_resend()
Dinput.c685 annotation |= RXRPC_TX_ANNO_RETRANS; in rxrpc_input_check_for_lost_ack()
810 if (anno_type == RXRPC_TX_ANNO_RETRANS) in rxrpc_input_soft_acks()
Dsendmsg.c132 RXRPC_TX_ANNO_RETRANS; in rxrpc_instant_resend()
Dar-internal.h623 #define RXRPC_TX_ANNO_RETRANS 3 macro