Home
last modified time | relevance | path

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

/net/rxrpc/
Dcall_event.c188 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
189 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_resend()
245 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
253 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()
673 u8 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_check_for_lost_ack()
677 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_input_check_for_lost_ack()
781 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_soft_acks()
782 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_input_soft_acks()
Dar-internal.h630 #define RXRPC_TX_ANNO_MASK 0x03 macro