Home
last modified time | relevance | path

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

/Linux-v4.19/net/rxrpc/
Dcall_event.c170 u8 annotation, anno_type, retrans = 0, unacked = 0; in rxrpc_resend() local
202 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
204 if (anno_type == RXRPC_TX_ANNO_ACK) in rxrpc_resend()
210 if (anno_type == RXRPC_TX_ANNO_UNACK) { in rxrpc_resend()
223 trace_rxrpc_retransmit(call, seq, annotation | anno_type, in rxrpc_resend()
259 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
260 if (anno_type != RXRPC_TX_ANNO_RETRANS) in rxrpc_resend()
285 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
286 if (anno_type == RXRPC_TX_ANNO_RETRANS || in rxrpc_resend()
287 anno_type == RXRPC_TX_ANNO_NAK) { in rxrpc_resend()
Dinput.c678 u8 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_check_for_lost_ack() local
680 if (anno_type != RXRPC_TX_ANNO_UNACK) in rxrpc_input_check_for_lost_ack()
782 u8 annotation, anno_type; in rxrpc_input_soft_acks() local
787 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_soft_acks()
792 if (anno_type == RXRPC_TX_ANNO_ACK) in rxrpc_input_soft_acks()
805 if (anno_type == RXRPC_TX_ANNO_NAK) in rxrpc_input_soft_acks()
808 if (anno_type == RXRPC_TX_ANNO_RETRANS) in rxrpc_input_soft_acks()