Home
last modified time | relevance | path

Searched refs:anno_type (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/net/rxrpc/
Dcall_event.c164 u8 annotation, anno_type, retrans = 0, unacked = 0; in rxrpc_resend() local
188 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
190 if (anno_type == RXRPC_TX_ANNO_ACK) in rxrpc_resend()
196 if (anno_type == RXRPC_TX_ANNO_UNACK) { in rxrpc_resend()
209 trace_rxrpc_retransmit(call, seq, annotation | anno_type, in rxrpc_resend()
245 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
246 if (anno_type != RXRPC_TX_ANNO_RETRANS) in rxrpc_resend()
Dinput.c693 u8 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_check_for_lost_ack() local
695 if (anno_type != RXRPC_TX_ANNO_UNACK) in rxrpc_input_check_for_lost_ack()
780 u8 annotation, anno_type; in rxrpc_input_soft_acks() local
785 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_soft_acks()
790 if (anno_type == RXRPC_TX_ANNO_ACK) in rxrpc_input_soft_acks()
803 if (anno_type == RXRPC_TX_ANNO_NAK) in rxrpc_input_soft_acks()
806 if (anno_type == RXRPC_TX_ANNO_RETRANS) in rxrpc_input_soft_acks()