Home
last modified time | relevance | path

Searched refs:RXRPC_TX_ANNO_MASK (Results 1 – 3 of 3) sorted by relevance

/net/rxrpc/
Dcall_event.c196 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
197 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_resend()
253 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
279 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
282 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_resend()
Dinput.c230 if ((annotation & RXRPC_TX_ANNO_MASK) != RXRPC_TX_ANNO_ACK) in rxrpc_rotate_tx_window()
666 u8 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_check_for_lost_ack()
670 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_input_check_for_lost_ack()
775 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_soft_acks()
776 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_input_soft_acks()
Dar-internal.h625 #define RXRPC_TX_ANNO_MASK 0x03 macro