Home
last modified time | relevance | path

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

/Linux-v5.4/net/rxrpc/
Dcall_event.c164 u8 annotation, anno_type, retrans = 0, unacked = 0; in rxrpc_resend() local
196 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
198 if (anno_type == RXRPC_TX_ANNO_ACK) in rxrpc_resend()
204 if (anno_type == RXRPC_TX_ANNO_UNACK) { in rxrpc_resend()
217 trace_rxrpc_retransmit(call, seq, annotation | anno_type, in rxrpc_resend()
253 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
254 if (anno_type != RXRPC_TX_ANNO_RETRANS) in rxrpc_resend()
279 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
280 if (anno_type == RXRPC_TX_ANNO_RETRANS || in rxrpc_resend()
281 anno_type == RXRPC_TX_ANNO_NAK) { in rxrpc_resend()
Dinput.c680 u8 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_check_for_lost_ack() local
682 if (anno_type != RXRPC_TX_ANNO_UNACK) in rxrpc_input_check_for_lost_ack()
784 u8 annotation, anno_type; in rxrpc_input_soft_acks() local
789 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_soft_acks()
794 if (anno_type == RXRPC_TX_ANNO_ACK) in rxrpc_input_soft_acks()
807 if (anno_type == RXRPC_TX_ANNO_NAK) in rxrpc_input_soft_acks()
810 if (anno_type == RXRPC_TX_ANNO_RETRANS) in rxrpc_input_soft_acks()