Home
last modified time | relevance | path

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

/Linux-v5.10/net/rxrpc/
Dcall_event.c190 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
191 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_resend()
247 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
255 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()
684 u8 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_check_for_lost_ack()
688 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_input_check_for_lost_ack()
776 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_soft_acks()
777 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_input_soft_acks()
Dar-internal.h624 #define RXRPC_TX_ANNO_MASK 0x03 macro