Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/rxrpc/
H A 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()
H A 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()
H A Dar-internal.h617 #define RXRPC_TX_ANNO_MASK 0x03 macro

Completed in 5 milliseconds