Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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.c684 u8 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_check_for_lost_ack() local
686 if (anno_type != RXRPC_TX_ANNO_UNACK) in rxrpc_input_check_for_lost_ack()
771 u8 annotation, anno_type; in rxrpc_input_soft_acks() local
776 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_soft_acks()
781 if (anno_type == RXRPC_TX_ANNO_ACK) in rxrpc_input_soft_acks()
794 if (anno_type == RXRPC_TX_ANNO_NAK) in rxrpc_input_soft_acks()
797 if (anno_type == RXRPC_TX_ANNO_RETRANS) in rxrpc_input_soft_acks()