Searched refs:RXRPC_CONN_FINAL_ACK_MASK (Results 1 – 2 of 2) sorted by relevance
452 if (conn->flags & RXRPC_CONN_FINAL_ACK_MASK) in rxrpc_input_conn_event()
423 #define RXRPC_CONN_FINAL_ACK_MASK ((1UL << RXRPC_CONN_FINAL_ACK_0) | \ macro