Home
last modified time | relevance | path

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

/Linux-v4.19/net/rxrpc/
Dcall_event.c202 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
203 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_resend()
259 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
285 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_resend()
288 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_resend()
Dinput.c251 if ((annotation & RXRPC_TX_ANNO_MASK) != RXRPC_TX_ANNO_ACK) in rxrpc_rotate_tx_window()
678 u8 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_check_for_lost_ack()
682 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_input_check_for_lost_ack()
787 anno_type = annotation & RXRPC_TX_ANNO_MASK; in rxrpc_input_soft_acks()
788 annotation &= ~RXRPC_TX_ANNO_MASK; in rxrpc_input_soft_acks()
Dar-internal.h603 #define RXRPC_TX_ANNO_MASK 0x03 macro