Searched refs:RXRPC_CONN_FINAL_ACK_0 (Results 1 – 3 of 3) sorted by relevance
304 if (!test_bit(RXRPC_CONN_FINAL_ACK_0 + channel, &conn->flags)) in rxrpc_process_delayed_final_acks()316 if (test_and_clear_bit(RXRPC_CONN_FINAL_ACK_0 + channel, in rxrpc_process_delayed_final_acks()
421 clear_bit(RXRPC_CONN_FINAL_ACK_0 + channel, &conn->flags); in rxrpc_activate_one_channel()632 set_bit(RXRPC_CONN_FINAL_ACK_0 + channel, &conn->flags); in rxrpc_disconnect_client_call()
401 RXRPC_CONN_FINAL_ACK_0, /* Need final ACK for channel 0 */ enumerator407 #define RXRPC_CONN_FINAL_ACK_MASK ((1UL << RXRPC_CONN_FINAL_ACK_0) | \