Home
last modified time | relevance | path

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

/Linux-v6.1/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()
693 u8 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_check_for_lost_ack()
697 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_input_check_for_lost_ack()
785 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_soft_acks()
786 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_input_soft_acks()
Dar-internal.h634 #define RXRPC_TX_ANNO_MASK 0x03 macro