rxrpc_clean_up_connection
static void rxrpc_clean_up_connection(struct work_struct *work);
rxrpc_clean_up_connection(&conn->destructor);
INIT_WORK(&conn->destructor, rxrpc_clean_up_connection);