Home
last modified time | relevance | path

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

/Linux-v4.19/net/rxrpc/
Dsendmsg.c134 (call->rxtx_annotations[ix] & RXRPC_TX_ANNO_LAST) | in rxrpc_instant_resend()
173 annotation |= RXRPC_TX_ANNO_LAST; in rxrpc_queue_packet()
Dinput.c191 RXRPC_TX_ANNO_LAST || in rxrpc_congestion_management()
247 if (annotation & RXRPC_TX_ANNO_LAST) { in rxrpc_rotate_tx_window()
946 RXRPC_TX_ANNO_LAST && in rxrpc_input_ack()
Dcall_object.c583 call->rxtx_annotations[i] &= RXRPC_TX_ANNO_LAST; in rxrpc_prepare_call_for_retry()
Dar-internal.h604 #define RXRPC_TX_ANNO_LAST 0x04 macro